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

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

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

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

.x-ex28vj img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

._r6khxi:hover,
._r6khxi.avk8a2 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-tli9xm {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.el-nd9b3n {
    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-j0a0ks {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ch12lb {
    font-size: 24px;
}

._uyanha {
    position: relative;
}

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

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

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

.ui-d520of {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.ui-mzih2u:hover .m-ve9fdd img {
    transform: scale(1.1);
}

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

.s-f43mzi {
    padding: 20px;
}

.s-f43mzi h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.s-bke91m {
    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
   ======================================== */
.el-lyuvka {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.is-iz8987 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.xz6ybx {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lbs6ne {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-s0scew:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-uokzqf.active ._goll8t {
    transform: rotate(45deg);
}

.m-rujnk8 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.x-uokzqf.active .m-rujnk8 {
    max-height: 500px;
}

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

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

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

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

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

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

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

._x8r20e:hover .is-xwzego img {
    transform: scale(1.05);
}

.js-rjysuu {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xzrxie {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.s-bxoja5 h4,
.m-bn5i6b h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-mjuhbw {
    font-size: 20px;
}

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

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

.js-cj4h68 {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

.el-lz7m5c .c-t2m0kq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-a7ysto {
    margin: 16px 0 32px;
}

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

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

.x-bay6uh {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.xiwr3v {
    margin-bottom: 24px;
}

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

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

.s-lwrklq {
    margin-bottom: 32px;
}

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

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

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

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

.is-exwhh4 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

._f1vamq li,
.ui-ebklgy li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

._f1vamq li:last-child,
.ui-ebklgy li:last-child {
    border-bottom: none;
}

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

._f1vamq a:hover,
.ui-ebklgy a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-cym790 {
        display: none;
    }
    
    .s-cmtsmo {
        display: flex;
    }
    
    .s-p7jcns {
        font-size: 40px;
    }
    
    .c-nzj3mq,
    .is-hpc5m8,
    .js-z41ty5,
    .m-i8i5qn,
    .ui-ltpkio,
    ._qiwmdw,
    .m-a70q7t,
    .qomh0l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-k3x6c1,
    .js-wdm7u2,
    .x-cac2fb,
    .el-qrqa1u {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-cxgqx1,
    ._fcz25s,
    .is-xag7rv {
        grid-template-columns: 1fr;
    }
    
    ._mpxh0p {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-e0ocgc,
    .el-t50r82 {
        flex-direction: column;
        text-align: center;
    }
    
    .c-r8gocp,
    .c-u6bcim {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-p7jcns {
        font-size: 32px;
    }
    
    .ze5cc0,
    ._b67a3h {
        font-size: 28px;
    }
    
    .c-nzj3mq,
    .is-hpc5m8,
    .js-z41ty5,
    .m-i8i5qn,
    .ui-ltpkio,
    .x-k3x6c1,
    .js-wdm7u2,
    .x-cac2fb,
    .el-qrqa1u,
    ._qiwmdw,
    .m-a70q7t,
    .qomh0l {
        grid-template-columns: 1fr;
    }
    
    ._mpxh0p {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-quzexl,
    .c-to3j99,
    .xzrxie {
        flex-direction: column;
    }
    
    ._xk6fmo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-jc3sdd {
        bottom: 20px;
        right: 20px;
    }
    
    .s2uu82 {
        display: none;
    }
    
    ._vzmyjt {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-qy3ii7 {
        grid-template-columns: 1fr;
    }
    
    .p3txlk {
        grid-template-columns: 1fr;
    }
    
    .c-jzf7h3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-u5ink2 {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-a9dpkf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .bpxngm,
    .m-jc3sdd,
    .el-vjpxnf,
    .ui-sj51cs {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
