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

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

/* ========================================
   Header & Navigation
   ======================================== */
.x-ciwg8y {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

.s-zpt7lc {
    display: flex;
    align-items: center;
    gap: 12px;
}

.s-zpt7lc img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.ui-nldlks:hover,
.ui-nldlks.m-ecmb4s {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-puyiwi {
    width: 100%;
}

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

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

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

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

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

.x-vlana1 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-sbwd16 {
    font-size: 24px;
}

.c-n58k41 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-iyqbul:hover .el-h1k4ux img {
    transform: scale(1.1);
}

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

.m-b40293 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wj5b0h {
    font-size: 32px;
}

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

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

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

.el-r7imav {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-qenhmy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

.js-qenhmy:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-pfjr8j.active .ui-n17m63 {
    transform: rotate(45deg);
}

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

.s-pfjr8j.active .ui-g4dirw {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-snuxpr:hover .ui-vo2a7g img {
    transform: scale(1.05);
}

.el-igxnij {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-a1vf6s h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-je0x6v img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-oqgi8y {
    font-size: 20px;
}

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

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

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

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

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

.is-bpmyra .ui-x0hyg7 {
    position: relative;
    z-index: 1;
}

.s-cuiqpy {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._a754rw {
    margin-bottom: 24px;
}

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

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

.c-i78jmw {
    margin-bottom: 32px;
}

.c-i78jmw img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.m-aztg5t p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-wn3c1r li:last-child,
.c-gc2l0g li:last-child {
    border-bottom: none;
}

.js-wn3c1r a,
.c-gc2l0g a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-wn3c1r a:hover,
.c-gc2l0g a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ofpyeo h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-vbzb5s {
        display: none;
    }
    
    ._zwqowc {
        display: flex;
    }
    
    .m-on99w4 {
        font-size: 40px;
    }
    
    ._y54civ,
    .c-oavoxe,
    .js-wl8r7x,
    ._bwt9pk,
    .s-t46wb7,
    .ui-jvnu6d,
    .m-gll6wb,
    .js-lumus0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-eolovs,
    .m-f8fuak,
    .ui-iitgxp,
    .x-y3lvcv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-gqtqwm,
    .js-s5c4ix,
    ._tbamj2 {
        grid-template-columns: 1fr;
    }
    
    .c-xdefb8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-r7imav,
    .rrlsof {
        flex-direction: column;
        text-align: center;
    }
    
    .ivusi9,
    .ui-kumtai {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-on99w4 {
        font-size: 32px;
    }
    
    .el-p9vuqx,
    .s-cuiqpy {
        font-size: 28px;
    }
    
    ._y54civ,
    .c-oavoxe,
    .js-wl8r7x,
    ._bwt9pk,
    .s-t46wb7,
    .c-eolovs,
    .m-f8fuak,
    .ui-iitgxp,
    .x-y3lvcv,
    .ui-jvnu6d,
    .m-gll6wb,
    .js-lumus0 {
        grid-template-columns: 1fr;
    }
    
    .c-xdefb8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-h39odu,
    .ui-yz6n3e,
    .c-m1qbqx {
        flex-direction: column;
    }
    
    .s-rk06yi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-p4a7gk {
        bottom: 20px;
        right: 20px;
    }
    
    .js-igowci {
        display: none;
    }
    
    .azhdqd {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._j8jdhk {
        grid-template-columns: 1fr;
    }
    
    ._pd3bxf {
        grid-template-columns: 1fr;
    }
    
    .kiv0jb {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-k4928w {
        flex-direction: column;
        gap: 8px;
    }
    
    .cvmzlb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-ciwg8y,
    .c-p4a7gk,
    .el-hs20d2,
    .ui-u9vt1g {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
