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

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

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

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

.m-jdv9bb {
    display: flex;
    align-items: center;
    gap: 12px;
}

.m-jdv9bb img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.ui-jl9tkk:hover,
.ui-jl9tkk.t849cc {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-h5s50z {
    width: 100%;
}

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

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

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

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

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

.x-fcsz2l {
    max-width: 700px;
}

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

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

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

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

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

.is-ng7ugf {
    text-align: center;
    margin-bottom: 48px;
}

.m-hi6jvh {
    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-ygp4kj {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v67sdn {
    position: relative;
}

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

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

.x-r6vpwk {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.is-iah43u:hover .js-q54wz4 img {
    transform: scale(1.1);
}

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

.emakxi {
    padding: 20px;
}

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

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

.el-wp86t8 {
    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-aytg5m {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.m-exfc6w {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ta91uc {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-vcq3xy:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-mwtlyx.active .ui-dus3hu {
    transform: rotate(45deg);
}

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

.s-mwtlyx.active .d4muvl {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-fsyx4y:hover ._pmt6j5 img {
    transform: scale(1.05);
}

.n5okye {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._cpkkbr {
    text-align: center;
}

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

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

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

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

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

.x-r8gzyw img {
    width: 48px;
    height: 48px;
}

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

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

.el-g3cctm h4,
.c-n7hbhy h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-y12a3l {
    display: flex;
    gap: 12px;
}

.is-y12a3l img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._k5jz15 {
    font-size: 20px;
}

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

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

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

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

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

.el-euz4m8 .js-cfot4t {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-mszfhf {
    margin: 16px 0 32px;
}

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

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

.is-d5cdot {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.el-kek3cz {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-pg68zv li:last-child,
.el-xzm7pn li:last-child {
    border-bottom: none;
}

.ui-pg68zv a,
.el-xzm7pn a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-pg68zv a:hover,
.el-xzm7pn a:hover {
    color: var(--primary);
}

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

.el-l154y7 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ws3hn2 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-vmkh3x {
        display: none;
    }
    
    .c-r6mkn3 {
        display: flex;
    }
    
    .flhaf1 {
        font-size: 40px;
    }
    
    ._jdoe3e,
    .x-b63eat,
    .gef9t0,
    .m-cprdrj,
    .ui-nxxgz4,
    .js-iv2nyt,
    .is-elvxe4,
    ._ovhl6y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-o61ssk,
    .c-tlcln7,
    .is-aj4txl,
    .m-tp2ywp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._ri0bo5,
    .o60d6b,
    .js-a9kfg5 {
        grid-template-columns: 1fr;
    }
    
    .oknv1i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-epg5dr,
    .c-izu99i {
        flex-direction: column;
        text-align: center;
    }
    
    .el-hhcf19,
    .ui-ms92bx {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .flhaf1 {
        font-size: 32px;
    }
    
    .m-ygp4kj,
    .js-mfbwn1 {
        font-size: 28px;
    }
    
    ._jdoe3e,
    .x-b63eat,
    .gef9t0,
    .m-cprdrj,
    .ui-nxxgz4,
    .c-o61ssk,
    .c-tlcln7,
    .is-aj4txl,
    .m-tp2ywp,
    .js-iv2nyt,
    .is-elvxe4,
    ._ovhl6y {
        grid-template-columns: 1fr;
    }
    
    .oknv1i {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-s63rp1,
    .js-qb6sb4,
    .l43g3m {
        flex-direction: column;
    }
    
    .s-zwmql9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-dju7ul {
        bottom: 20px;
        right: 20px;
    }
    
    .s-nuf353 {
        display: none;
    }
    
    .is-hk0p2k {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-pp9c81 {
        grid-template-columns: 1fr;
    }
    
    .is-yfjuv6 {
        grid-template-columns: 1fr;
    }
    
    .s-zs67zy {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-eukorv {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-jigsoq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-y3x0dx,
    .s-dju7ul,
    .s-y57vol,
    .m-csaam0 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
