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

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

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

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

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

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

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

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

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

.s-xia9us:hover,
.s-xia9us.c-zsefsg {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wdcs84 {
    width: 100%;
}

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

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

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

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

.k8xogo {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-sc6kbz {
    font-size: 24px;
}

._new43z {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.gpgc2c:hover .l1r1d6 img {
    transform: scale(1.1);
}

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

.c-o98ds4 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wmou53 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-eil44p {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-a4uv39 h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.el-jm9e7w.active .is-znp3wd {
    transform: rotate(45deg);
}

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

.el-jm9e7w.active .is-hzjatp {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-fr175d:hover .ui-cqtaj7 img {
    transform: scale(1.05);
}

.x-wfv1kr {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ve74uv img {
    width: 48px;
    height: 48px;
}

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

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

.c-cljqz2 h4,
.m-t7zw8m h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.qdwzfe {
    display: flex;
    gap: 12px;
}

.qdwzfe img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-vmq985 {
    font-size: 20px;
}

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

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

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

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

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

.ui-hcb024 .js-q4vkig {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w5kyfm {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-ifs8si {
    margin-bottom: 24px;
}

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

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

.el-duxiyz {
    margin-bottom: 32px;
}

.el-duxiyz img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.x-iggw6j p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-qve86j li,
.ui-qtk2la li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-qve86j li:last-child,
.ui-qtk2la li:last-child {
    border-bottom: none;
}

.js-qve86j a,
.ui-qtk2la a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-qve86j a:hover,
.ui-qtk2la a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-p0z6ow {
        display: none;
    }
    
    ._bme0op {
        display: flex;
    }
    
    .ui-s2he22 {
        font-size: 40px;
    }
    
    .x-kixam3,
    .el-txktn6,
    .c-e3pcwu,
    .c-vt85i7,
    .js-r6jsvw,
    .ieevml,
    ._mrapzu,
    .js-kibkzg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-t4rwbx,
    .ui-abqx4t,
    .x-ar8wfc,
    .lee17e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-czv6lt,
    .c-r1g11t,
    .m-sojegj {
        grid-template-columns: 1fr;
    }
    
    .s-egx53j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-dhfi16,
    .s-bfh5x2 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-hcv6lx,
    .s-z0wnhp {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-s2he22 {
        font-size: 32px;
    }
    
    .m-coyyr3,
    .m-nkwqtc {
        font-size: 28px;
    }
    
    .x-kixam3,
    .el-txktn6,
    .c-e3pcwu,
    .c-vt85i7,
    .js-r6jsvw,
    .c-t4rwbx,
    .ui-abqx4t,
    .x-ar8wfc,
    .lee17e,
    .ieevml,
    ._mrapzu,
    .js-kibkzg {
        grid-template-columns: 1fr;
    }
    
    .s-egx53j {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-h3qd6u,
    .s-b9qry0,
    .ui-q0nyf5 {
        flex-direction: column;
    }
    
    .x-hsgjmb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-opzq90 {
        bottom: 20px;
        right: 20px;
    }
    
    .js-tzmjyg {
        display: none;
    }
    
    .js-keiwwj {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-he7ii3 {
        grid-template-columns: 1fr;
    }
    
    .s-vwq30k {
        grid-template-columns: 1fr;
    }
    
    .js-df8u0v {
        flex-direction: column;
        gap: 12px;
    }
    
    .wxh83a {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-f85esi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .nmrd88,
    .m-opzq90,
    ._km6drt,
    .m-ol78oc {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
