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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.e045s0 {
    width: 100%;
}

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

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

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

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

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

.hhpi6t {
    max-width: 700px;
}

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

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

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

.m-nx8w95 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-evo4sl {
    font-size: 24px;
}

.s-hjtnvu {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.juhbwu:hover .c-eirzzt img {
    transform: scale(1.1);
}

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

.js-k06wbd {
    padding: 20px;
}

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

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

.m-c4afuu {
    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
   ======================================== */
.c-h8gm1o {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.c-izxgrb {
    text-align: center;
}

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

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

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

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

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

.js-px80o4 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.soc4ad {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-fac4yf {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

.el-xs01j1 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-mp232r:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-l32uay.active .x-izyvan {
    transform: rotate(45deg);
}

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

.el-l32uay.active .ui-bfh0qx {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-i674tz:hover ._f3y74f img {
    transform: scale(1.05);
}

.x-mu7wum {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.el-jtuxl4 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

.m-b0rsw6 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.c-e7jdrq img {
    width: 48px;
    height: 48px;
}

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

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

.js-vaguyq h4,
.is-mjwgh6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-o4a9l3 {
    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-bjuuh0 {
    font-size: 20px;
}

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

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

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

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

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

.x-f65wsd .rddy7b {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ylc7g5 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-y4wa9v li:last-child,
._b2q3y5 li:last-child {
    border-bottom: none;
}

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

.el-y4wa9v a:hover,
._b2q3y5 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ff72lg ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-wceugg {
        display: none;
    }
    
    .is-z3h7p1 {
        display: flex;
    }
    
    .is-o38vwr {
        font-size: 40px;
    }
    
    .js-qsoi7t,
    .ui-ypxrc9,
    .el-sm1hx5,
    ._ja404v,
    ._dglujf,
    .m-acx9kp,
    .x-sf5rwq,
    .is-whavx3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._lnpr2i,
    .dezu7q,
    .ui-yit2ab,
    .ui-lzxh1v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._vziqgj,
    .js-ijc4us,
    .luba8m {
        grid-template-columns: 1fr;
    }
    
    .is-xacv7y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-co5djb,
    .m-z57b4x {
        flex-direction: column;
        text-align: center;
    }
    
    .x-x2bp66,
    .js-kt5ixb {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-o38vwr {
        font-size: 32px;
    }
    
    .c-wws266,
    .m-s2y2ql {
        font-size: 28px;
    }
    
    .js-qsoi7t,
    .ui-ypxrc9,
    .el-sm1hx5,
    ._ja404v,
    ._dglujf,
    ._lnpr2i,
    .dezu7q,
    .ui-yit2ab,
    .ui-lzxh1v,
    .m-acx9kp,
    .x-sf5rwq,
    .is-whavx3 {
        grid-template-columns: 1fr;
    }
    
    .is-xacv7y {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-rqhbyt,
    .el-jtuxl4,
    .is-d8a8ls {
        flex-direction: column;
    }
    
    .js-iduqdj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .tradou {
        bottom: 20px;
        right: 20px;
    }
    
    .m-bueru9 {
        display: none;
    }
    
    .js-o4a9l3 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-q1ihjf {
        grid-template-columns: 1fr;
    }
    
    .s-j5pc3a {
        grid-template-columns: 1fr;
    }
    
    .ui-zz7j0p {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-kelctr {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-kufegi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-rrlofq,
    .tradou,
    .x-vi2u2a,
    .ui-hjn3xg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
