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

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

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

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

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

.ui-vznuwi img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.x-vyzgth:hover,
.x-vyzgth.m-v234cd {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xvh5bi {
    width: 100%;
}

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

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

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

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

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

._wbt3tn {
    max-width: 700px;
}

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

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

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

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

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

.el-bdmimr {
    text-align: center;
    margin-bottom: 48px;
}

.m-z5dzaz {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ltojat {
    font-size: 24px;
}

._ay9dix {
    position: relative;
}

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

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

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

.s-smhrp2 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.c-tzo1ml:hover .s-qjjkpr img {
    transform: scale(1.1);
}

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

.s-jg3wf7 {
    padding: 20px;
}

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

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

.gi5lxt {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.txwazx {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.egq7h8 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-wthsuq {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.x-pxedgu {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.x-q1u1eq.active .m-lxi6o0 {
    transform: rotate(45deg);
}

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

.x-q1u1eq.active ._x9fxy8 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-xdq0up:hover .is-lwaqsc img {
    transform: scale(1.05);
}

.el-b11q70 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-q1gsju {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.is-jnfn4x {
    display: flex;
    gap: 16px;
}

.s-iwystd {
    text-align: center;
}

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

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

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

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

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

.s-or1h0t img {
    width: 48px;
    height: 48px;
}

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

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

.s-xbx7a1 h4,
.js-y3itax h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-g1o0o0 {
    display: flex;
    gap: 12px;
}

.m-g1o0o0 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.ui-l1mocx {
    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-zgqn5n {
    font-size: 20px;
}

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

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

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

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

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

.js-mbd5xt .c-mh4yqo {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-oaok75 {
    margin: 16px 0 32px;
}

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

.m-oaok75 li strong {
    color: var(--text-primary);
}

.js-nl8k1y {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.c-i8or0y {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-nnrxa3 li,
.s-ls8scv li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-nnrxa3 li:last-child,
.s-ls8scv li:last-child {
    border-bottom: none;
}

.el-nnrxa3 a,
.s-ls8scv a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-nnrxa3 a:hover,
.s-ls8scv a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-e29gde ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._uvnqn9 {
        display: none;
    }
    
    .is-tu7fio {
        display: flex;
    }
    
    ._nvukp1 {
        font-size: 40px;
    }
    
    .js-b8n6y0,
    .c-nfbgrw,
    .el-lcmg9b,
    .s-hkjjsx,
    .z4oz3j,
    .s-x4rx30,
    ._itqe9g,
    .el-qh7cvi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sbsp9w,
    .is-i2wr30,
    ._df6zrw,
    .js-y544xl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-u196p5,
    ._khgx76,
    .m-fyms86 {
        grid-template-columns: 1fr;
    }
    
    .ui-w7vpgp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-vx4ttp,
    .c-lkysp0 {
        flex-direction: column;
        text-align: center;
    }
    
    .c-ze6zqw,
    .el-mt5uye {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._nvukp1 {
        font-size: 32px;
    }
    
    .c-pr8nbu,
    .el-zll2js {
        font-size: 28px;
    }
    
    .js-b8n6y0,
    .c-nfbgrw,
    .el-lcmg9b,
    .s-hkjjsx,
    .z4oz3j,
    .sbsp9w,
    .is-i2wr30,
    ._df6zrw,
    .js-y544xl,
    .s-x4rx30,
    ._itqe9g,
    .el-qh7cvi {
        grid-template-columns: 1fr;
    }
    
    .ui-w7vpgp {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-n60l1o,
    ._qw0ysj,
    .is-jnfn4x {
        flex-direction: column;
    }
    
    .js-wfszif {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-truep6 {
        bottom: 20px;
        right: 20px;
    }
    
    .x-co09pk {
        display: none;
    }
    
    .ui-l1mocx {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-si5r6b {
        grid-template-columns: 1fr;
    }
    
    .m-n55s43 {
        grid-template-columns: 1fr;
    }
    
    .x-qgcr8k {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-v1ykzt {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-qp8uuz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._ixqwx3,
    .ui-truep6,
    .js-lkno0l,
    .p4dbkf {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
