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

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

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

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

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

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

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

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

.b28uva:hover,
.b28uva.x-dljiwb {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pubjhw {
    width: 100%;
}

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

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

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

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

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

.m-hhv8v9 {
    max-width: 700px;
}

.is-qxl7gy {
    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-pzyoyy {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

.m-dkwo1h {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-nxth6q {
    font-size: 24px;
}

.m-gm0bov {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-l8mo2f:hover ._yjc3p6 img {
    transform: scale(1.1);
}

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

.c-dyndjv {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.is-gfd5hz {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

.js-y2cz61 {
    text-align: center;
}

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

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

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

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

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

.ui-vy17cu img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-j4i23p {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-l69nim {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ub4lnn.active ._x1nda8 {
    transform: rotate(45deg);
}

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

._ub4lnn.active .m-ofsdz6 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-lq79rn:hover .js-dndtbc img {
    transform: scale(1.05);
}

.el-j9je6g {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-gplxp0 {
    text-align: center;
}

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

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

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

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

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

.bdufj4 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-cd1ve7 {
    font-size: 20px;
}

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

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

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

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

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

.s-uo7s0a .el-ymbke0 {
    position: relative;
    z-index: 1;
}

.m-jhlmng {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-mq99ff {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-o1j7c2 {
    margin-bottom: 24px;
}

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

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

.s-r8axae {
    margin-bottom: 32px;
}

.s-r8axae img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-gggpss li:last-child,
.el-wmh6vn li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

.x-za7j6n {
    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-l1ra5d h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-kpz0p5 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-qfoe47 {
        display: none;
    }
    
    .el-sc8cq5 {
        display: flex;
    }
    
    .is-qxl7gy {
        font-size: 40px;
    }
    
    .s-c6imry,
    .w9fsnu,
    .is-vthms1,
    .m-z1lblh,
    ._y77bxg,
    .c-g03r3r,
    .rp4oog,
    .ui-upw23d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-zpsghl,
    ._agoerh,
    .s-rinxxt,
    ._h9jjm0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-p6jpa9,
    .s-gtjjna,
    .m-odnj4j {
        grid-template-columns: 1fr;
    }
    
    .is-kdrsfg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-ml9eqq,
    .m-bcuznp {
        flex-direction: column;
        text-align: center;
    }
    
    .x-l7jp7u,
    .nnjp6k {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-qxl7gy {
        font-size: 32px;
    }
    
    .c-blzaex,
    .m-jhlmng {
        font-size: 28px;
    }
    
    .s-c6imry,
    .w9fsnu,
    .is-vthms1,
    .m-z1lblh,
    ._y77bxg,
    .js-zpsghl,
    ._agoerh,
    .s-rinxxt,
    ._h9jjm0,
    .c-g03r3r,
    .rp4oog,
    .ui-upw23d {
        grid-template-columns: 1fr;
    }
    
    .is-kdrsfg {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-ul7k0b,
    .m-lcdrot,
    .is-vui0j6 {
        flex-direction: column;
    }
    
    .c-dqvj0h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-c6i34u {
        bottom: 20px;
        right: 20px;
    }
    
    .x-zi44w4 {
        display: none;
    }
    
    .ui-rbq73d {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-m2y6rc {
        grid-template-columns: 1fr;
    }
    
    .el-fneep9 {
        grid-template-columns: 1fr;
    }
    
    .e2avnp {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-j1heg9 {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-vzq8mo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-c1hozp,
    .c-c6i34u,
    .m-d7dotw,
    ._ok4ylv {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
