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

/* CSS Variables */
:root {
    --primary: #76FF03;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.s-r2v1dq {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   Header & Navigation
   ======================================== */
.el-vzxkz8 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._o17qjk {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wcde45 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ji0vjn {
    font-size: 24px;
}

.ui-ark8od {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-e8ro2f:hover .zz5wir img {
    transform: scale(1.1);
}

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

.m-lqy217 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-uku6zz {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

.q65jun {
    text-align: center;
}

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

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

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

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

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

.m-x2yzdu img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icic7u {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-qfg8w2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-l0uw9v.active .c-rhqutc {
    transform: rotate(45deg);
}

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

.c-l0uw9v.active .s-lqm2ov {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-ctay14:hover .d2tetv img {
    transform: scale(1.05);
}

.x-ari4c9 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-drnwu0 h4,
._f4t2du h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-i0ia7j {
    font-size: 20px;
}

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

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

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

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

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

.ui-nkvqdt .s-r2v1dq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-q9hvg4 {
    margin: 16px 0 32px;
}

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

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

.el-w0qnmb {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-hbnu8f li,
.c-hy4b71 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-hbnu8f li:last-child,
.c-hy4b71 li:last-child {
    border-bottom: none;
}

.c-hbnu8f a,
.c-hy4b71 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-hbnu8f a:hover,
.c-hy4b71 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-gfswhu h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ev875e ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ylkcfq {
        display: none;
    }
    
    .x-zgkrvd {
        display: flex;
    }
    
    .x-oqh8mm {
        font-size: 40px;
    }
    
    .c-dzrwd6,
    .qiepkq,
    .ui-hkweta,
    .is-f1h2h9,
    ._mll52i,
    ._bq64ub,
    .m-auytt0,
    .el-m7cf6d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gz3eus,
    .c-zcn5rp,
    .js-ysu6r9,
    ._qf0xaw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._g7ptm9,
    ._cua30q,
    ._irz5ju {
        grid-template-columns: 1fr;
    }
    
    .c-l7kif2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-mip7ta,
    ._gucjgf {
        flex-direction: column;
        text-align: center;
    }
    
    .diuwuz,
    .c-yk7lex {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-oqh8mm {
        font-size: 32px;
    }
    
    .d5br5s,
    .js-mu42dz {
        font-size: 28px;
    }
    
    .c-dzrwd6,
    .qiepkq,
    .ui-hkweta,
    .is-f1h2h9,
    ._mll52i,
    .gz3eus,
    .c-zcn5rp,
    .js-ysu6r9,
    ._qf0xaw,
    ._bq64ub,
    .m-auytt0,
    .el-m7cf6d {
        grid-template-columns: 1fr;
    }
    
    .c-l7kif2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._sw0ty1,
    .ui-jrmvf3,
    ._z4rnrg {
        flex-direction: column;
    }
    
    .s-dic41h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._a2rkvb {
        bottom: 20px;
        right: 20px;
    }
    
    .x-jueybq {
        display: none;
    }
    
    .x-n23f1e {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-zrh6gj {
        grid-template-columns: 1fr;
    }
    
    .js-kqlzye {
        grid-template-columns: 1fr;
    }
    
    .vzgfyq {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-ct4euy {
        flex-direction: column;
        gap: 8px;
    }
    
    ._a7211i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-vzxkz8,
    ._a2rkvb,
    .egsx97,
    .s-sy1iyn {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
