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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

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

.js-xjlnoa:hover,
.js-xjlnoa.is-r6ik9o {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-h5lz4q {
    width: 100%;
}

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

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

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

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

.c-wv081g {
    max-width: 700px;
}

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

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

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

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

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

.c-cq7kyj {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-cmmr3l {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._hszada:hover .m-vb27ac img {
    transform: scale(1.1);
}

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

.el-fqg1vj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ghu1bc {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-pmd2co:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-nbnu25.active .x-q2jske {
    transform: rotate(45deg);
}

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

.ui-nbnu25.active .js-vnotam {
    max-height: 500px;
}

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

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

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

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

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

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

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

._zlt75u:hover .ui-q26j3r img {
    transform: scale(1.05);
}

.x-oxeann {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.s-u97261 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

.car553 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.js-xcd8ac h4,
.c-yzoy7d h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-o0nwr2 {
    display: flex;
    gap: 12px;
}

.ui-o0nwr2 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

.is-blxcx6 .js-fpqmld {
    position: relative;
    z-index: 1;
}

.c-lpmosy {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-rwizqv {
    margin-bottom: 32px;
}

.ui-rwizqv img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-n89m7o li:last-child,
.x-mrpkvp li:last-child {
    border-bottom: none;
}

.s-n89m7o a,
.x-mrpkvp a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-n89m7o a:hover,
.x-mrpkvp a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-phuukx ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-nt2z3h {
        display: none;
    }
    
    .js-mop2ib {
        display: flex;
    }
    
    ._r03c5b {
        font-size: 40px;
    }
    
    .is-g4fh4h,
    .lvcsvk,
    .is-mhh0up,
    .js-h1l1ck,
    .el-u1mc0d,
    .el-nrn8pb,
    .x-zpda1g,
    .el-xnm200 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-vtl5md,
    .c-ikhhaa,
    .el-hrqakx,
    .el-aercks {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-hc3a48,
    .is-nvqi6k,
    .el-jldxak {
        grid-template-columns: 1fr;
    }
    
    .s-t83qc6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ol6yh5,
    .ui-ezjrfz {
        flex-direction: column;
        text-align: center;
    }
    
    .qpyar4,
    .ui-ir5qlz {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._r03c5b {
        font-size: 32px;
    }
    
    .s-z9u1a9,
    .c-lpmosy {
        font-size: 28px;
    }
    
    .is-g4fh4h,
    .lvcsvk,
    .is-mhh0up,
    .js-h1l1ck,
    .el-u1mc0d,
    .el-vtl5md,
    .c-ikhhaa,
    .el-hrqakx,
    .el-aercks,
    .el-nrn8pb,
    .x-zpda1g,
    .el-xnm200 {
        grid-template-columns: 1fr;
    }
    
    .s-t83qc6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .a6ctzq,
    .s-u97261,
    .is-yuqaum {
        flex-direction: column;
    }
    
    ._vut1xj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-f8jzk9 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-msj3oi {
        display: none;
    }
    
    ._rmqv4f {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-g62zeb {
        grid-template-columns: 1fr;
    }
    
    .js-wg6ig4 {
        grid-template-columns: 1fr;
    }
    
    .c-x3clo0 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-pnme8k {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-t4m583 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._t18agz,
    .m-f8jzk9,
    .s-gutkvh,
    .c-ulk9ta {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
