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

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

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

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

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

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

._sorinm {
    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-iz0g9k {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

._p9gp2z:hover,
._p9gp2z.s-qg63ta {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-lu8240 {
    width: 100%;
}

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

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

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

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

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

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

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

.el-k3w83u {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

._so734c {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-q62dlv {
    font-size: 24px;
}

._tqmveb {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-gs9lt2:hover .m-panf23 img {
    transform: scale(1.1);
}

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

.s-xgfwie {
    padding: 20px;
}

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

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

._dknrh4 {
    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
   ======================================== */
.ptvktv {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.el-f7ry28 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-e02cwq {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-y7qmit {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

._j5g2pw {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-vdf88f:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-hjroaa.active .ui-r83p8h {
    transform: rotate(45deg);
}

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

.c-hjroaa.active .x-if1rys {
    max-height: 500px;
}

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

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

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

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

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

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

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

._dod1xh:hover .ui-xpmkfu img {
    transform: scale(1.05);
}

.a5zycv {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p9ezsd {
    text-align: center;
}

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

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

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

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

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

.m-uis7c7 img {
    width: 48px;
    height: 48px;
}

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

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

.js-hi6nhr h4,
.el-ku2ikn h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.js-hi6nhr ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.s-wo02hm {
    display: flex;
    gap: 12px;
}

.s-wo02hm img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

._ou1gsv {
    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-va55af {
    font-size: 20px;
}

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

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

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

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

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

._ut8pd7 .el-hsluee {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-awm9r5 {
    margin-bottom: 32px;
}

.m-awm9r5 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ffj3b6 li:last-child,
.x0wfa5 li:last-child {
    border-bottom: none;
}

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

.s-ffj3b6 a:hover,
.x0wfa5 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jz8urg ul {
    margin-bottom: 24px;
}

.s-jz8urg 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-iz0g9k {
        display: none;
    }
    
    .c-vna7el {
        display: flex;
    }
    
    .ui-a0ltiy {
        font-size: 40px;
    }
    
    .ui-tqw889,
    ._rr90lv,
    .is-qgfx8n,
    .js-r9izdn,
    .x-zzpdki,
    .x-pq0pp1,
    .c-leimdo,
    .el-y3ax3d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._bnzprm,
    ._mzjh0u,
    .ui-kkucbg,
    .s-yrembo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-s2e4s1,
    .m-ysxwhs,
    .rcy2er {
        grid-template-columns: 1fr;
    }
    
    ._liml6c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wakoni,
    .s-aop8w4 {
        flex-direction: column;
        text-align: center;
    }
    
    ._tqh1ai,
    .is-cpenlw {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-a0ltiy {
        font-size: 32px;
    }
    
    .x-l03a7a,
    .x-wjk9fj {
        font-size: 28px;
    }
    
    .ui-tqw889,
    ._rr90lv,
    .is-qgfx8n,
    .js-r9izdn,
    .x-zzpdki,
    ._bnzprm,
    ._mzjh0u,
    .ui-kkucbg,
    .s-yrembo,
    .x-pq0pp1,
    .c-leimdo,
    .el-y3ax3d {
        grid-template-columns: 1fr;
    }
    
    ._liml6c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-k3w83u,
    .ui-suhwtb,
    .ui-amlr31 {
        flex-direction: column;
    }
    
    .el-gawehp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-l3gzgt {
        bottom: 20px;
        right: 20px;
    }
    
    .m-q4vuft {
        display: none;
    }
    
    ._ou1gsv {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-phq7s7 {
        grid-template-columns: 1fr;
    }
    
    .m-tdn1qx {
        grid-template-columns: 1fr;
    }
    
    .x-ijjpve {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-fjhgx2 {
        flex-direction: column;
        gap: 8px;
    }
    
    .v3p5wy {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-z72irb,
    .ui-l3gzgt,
    ._d7uqh7,
    .c-pj6t8e {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
