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

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

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

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

.c-r990go img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.xpe3xq {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.c-e5ci9y:hover,
.c-e5ci9y.s-co8ev5 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-vmd5jz {
    width: 100%;
}

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

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

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

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

._hza9tz {
    max-width: 700px;
}

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

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

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

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

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

.c-qpntdz {
    text-align: center;
    margin-bottom: 48px;
}

.js-pc584k {
    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-av6ncm {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-k9soxe {
    font-size: 24px;
}

.is-bbngqi {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-kjrr3j:hover .s-qfbr2s img {
    transform: scale(1.1);
}

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

.x-eayo0z {
    padding: 20px;
}

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

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

.mi6mk2 {
    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-sbs7dh {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.m-nqt7s2 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.ui-bpkam0 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hmoed3.active .ui-k25v0m {
    transform: rotate(45deg);
}

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

.hmoed3.active .is-tniht8 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-zath1i:hover .is-sgzolj img {
    transform: scale(1.05);
}

.x-fe5qso {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-h2prsq {
    text-align: center;
}

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

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

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

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

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

.is-s0a6dc img {
    width: 48px;
    height: 48px;
}

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

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

.is-kzvnfe h4,
.s-xpk09d h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hgvltk .s-rn7158 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wy0dk1 {
    margin-bottom: 24px;
}

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

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

.ui-xg5rqp {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-k50z98 li:last-child,
.el-ui7qnu li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

.m-syfyak {
    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-crvm9h h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-r7kiz3 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-hx5u7m {
        display: none;
    }
    
    ._t21rq3 {
        display: flex;
    }
    
    .c-jyzfh0 {
        font-size: 40px;
    }
    
    .esi018,
    .ui-x7f15r,
    ._xfa0cz,
    .s-menz6c,
    .x-liyqn3,
    ._yd4fzm,
    .ui-n83evr,
    .ui-qbw8ea {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tae8n7,
    .ui-f7w3uk,
    .m-lwf4oe,
    .el-tkiz9f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-rx33y5,
    .is-bw6w98,
    .ui-g40kjm {
        grid-template-columns: 1fr;
    }
    
    .s-iheykb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._uugxli,
    .is-nrlesc {
        flex-direction: column;
        text-align: center;
    }
    
    ._snrn00,
    .is-noi0sw {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-jyzfh0 {
        font-size: 32px;
    }
    
    .is-av6ncm,
    .s-rxeaxo {
        font-size: 28px;
    }
    
    .esi018,
    .ui-x7f15r,
    ._xfa0cz,
    .s-menz6c,
    .x-liyqn3,
    .tae8n7,
    .ui-f7w3uk,
    .m-lwf4oe,
    .el-tkiz9f,
    ._yd4fzm,
    .ui-n83evr,
    .ui-qbw8ea {
        grid-template-columns: 1fr;
    }
    
    .s-iheykb {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-yip1l0,
    .js-uoqn92,
    .c-ftufds {
        flex-direction: column;
    }
    
    ._guu48n {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-k2li18 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-ksw3vp {
        display: none;
    }
    
    .aoyswz {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-fb7vl0 {
        grid-template-columns: 1fr;
    }
    
    .m-ybseiz {
        grid-template-columns: 1fr;
    }
    
    .js-kh9a2b {
        flex-direction: column;
        gap: 12px;
    }
    
    .ipzqzl {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-v3x83q {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-rkqm8k,
    .ui-k2li18,
    .is-nthcq6,
    .is-iwmwxm {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
