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

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

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

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

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

.js-g4mi0t img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.m-zjolb7:hover,
.m-zjolb7.is-wb0oum {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
._jrnli8 {
    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-m5s9b3 {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.c-npljy3 {
    width: 100%;
}

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

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

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

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

.js-st6nv3 {
    max-width: 700px;
}

.ui-mw85tq {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ku8e1j {
    font-size: 24px;
}

.s-f1oj4m {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-hb1ge1:hover ._or37gm img {
    transform: scale(1.1);
}

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

.c-lvxu02 {
    padding: 20px;
}

.c-lvxu02 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.el-voa3qk {
    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
   ======================================== */
.m-lsstgl {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.ui-fispet {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

.js-blsmfh img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-vyqrgz {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-il8sh0:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-d3c3ze.active ._qyn9sa {
    transform: rotate(45deg);
}

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

.c-d3c3ze.active .m-fzap3k {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-i4op7u:hover .s-j748o2 img {
    transform: scale(1.05);
}

._owqgma {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-lt6mko {
    display: flex;
    gap: 16px;
}

.el-wjrxiy {
    text-align: center;
}

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

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

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

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

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

.el-d0t5i8 img {
    width: 48px;
    height: 48px;
}

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

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

.el-i3us6v h4,
.tq486l h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-w8n3y7 {
    display: flex;
    gap: 12px;
}

.x-w8n3y7 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-comhba {
    font-size: 20px;
}

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

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

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

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

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

.x-idu14u .js-lv9bzc {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p5v7ru {
    margin: 16px 0 32px;
}

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

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

.ui-qdw2at {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.is-yab7wb {
    margin-bottom: 24px;
}

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

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

.c-nzez4b {
    margin-bottom: 32px;
}

.c-nzez4b img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.ui-zxdlh0 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-nzj8h0 li,
.js-adq1j4 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-nzj8h0 li:last-child,
.js-adq1j4 li:last-child {
    border-bottom: none;
}

.js-nzj8h0 a,
.js-adq1j4 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-nzj8h0 a:hover,
.js-adq1j4 a:hover {
    color: var(--primary);
}

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

.js-iaoooo h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-dxees0 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-e3q5um {
        display: none;
    }
    
    .x-ybtfpo {
        display: flex;
    }
    
    .ui-mw85tq {
        font-size: 40px;
    }
    
    .m-mfdn4z,
    .s-zutn21,
    .js-vwt0mc,
    .js-by60ru,
    .c-eps33l,
    .x-mpuwsv,
    .el-b37ea7,
    .s-y1sxq5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-orlca5,
    .el-n0s8n9,
    .sp1xzr,
    .ui-y1u45p {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-h5g32b,
    .c-jgb4ow,
    .yqrkzf {
        grid-template-columns: 1fr;
    }
    
    .x-byrxh6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-dd2q3h,
    .ui-h4d3n1 {
        flex-direction: column;
        text-align: center;
    }
    
    .is-s5vi9p,
    .x-q65l6n {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-mw85tq {
        font-size: 32px;
    }
    
    .m-b586n2,
    .is-rsg40p {
        font-size: 28px;
    }
    
    .m-mfdn4z,
    .s-zutn21,
    .js-vwt0mc,
    .js-by60ru,
    .c-eps33l,
    .is-orlca5,
    .el-n0s8n9,
    .sp1xzr,
    .ui-y1u45p,
    .x-mpuwsv,
    .el-b37ea7,
    .s-y1sxq5 {
        grid-template-columns: 1fr;
    }
    
    .x-byrxh6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-byarqb,
    .js-fhs875,
    .js-lt6mko {
        flex-direction: column;
    }
    
    .s-tn7xf7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-xd4cb3 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-gnvp45 {
        display: none;
    }
    
    .js-d84zik {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-njtakw {
        grid-template-columns: 1fr;
    }
    
    .js-gy2rzr {
        grid-template-columns: 1fr;
    }
    
    .is-k0dvbx {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-utk9tj {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-fshk6z {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._izp6up,
    .ui-xd4cb3,
    .js-pf4n76,
    .c2nmmg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
