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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

.m-buw9nj img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.s-koj82t:hover,
.s-koj82t.ui-axpxyd {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-yyw1dd {
    width: 100%;
}

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

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

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

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

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

._suzwtw {
    max-width: 700px;
}

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

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

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

.s-xglzw6 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

.s-a0q45z {
    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-dawst7 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-uowf3l {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-izipqw:hover ._vbyzog img {
    transform: scale(1.1);
}

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

.el-avq6h3 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._v6367g {
    text-align: center;
}

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

.m-fo2mo6 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.x-ykrjj5 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-qzzw0c {
    font-size: 32px;
}

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

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

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

.ui-ulwfod {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._awiv0i {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.ui-ua5gzx {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.x-lem6vu:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.m-rff7ff.active ._tdu7ru {
    transform: rotate(45deg);
}

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

.m-rff7ff.active .m-ot72y2 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-qeotk8:hover .c-awrjt7 img {
    transform: scale(1.05);
}

.c-od8q1v {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.is-u6gcdb {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ny5gd8 h4,
.ut364i h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-rdc3qk {
    font-size: 20px;
}

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

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

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

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

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

.c-ryiszb .s-ublznc {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-zwj27a {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-lqtrdo {
    margin-bottom: 24px;
}

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

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

.js-k61c38 {
    margin-bottom: 32px;
}

.js-k61c38 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-oqdis0 li,
.m-yvzo4c li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-oqdis0 li:last-child,
.m-yvzo4c li:last-child {
    border-bottom: none;
}

.m-oqdis0 a,
.m-yvzo4c a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-oqdis0 a:hover,
.m-yvzo4c a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wcnuqr h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.js-lj62vp ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-l9ntme {
        display: none;
    }
    
    .js-csw1eb {
        display: flex;
    }
    
    .c-asbwjb {
        font-size: 40px;
    }
    
    .el-me8i30,
    .js-y9g7pg,
    .js-z28z68,
    ._aetxuu,
    .c-rh9wc6,
    .x-eglqre,
    ._pzp2pv,
    .x-ttf1ad {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .t6n101,
    .is-e5n9ts,
    .is-r9cgtn,
    .is-ubpgzj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .e02h2w,
    .is-tgll8d,
    .s-hitynn {
        grid-template-columns: 1fr;
    }
    
    .is-zwhqpe {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-ulwfod,
    .c-o7umuj {
        flex-direction: column;
        text-align: center;
    }
    
    .is-inb55e,
    .c-lecwif {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-asbwjb {
        font-size: 32px;
    }
    
    .el-dawst7,
    .js-fgfhvf {
        font-size: 28px;
    }
    
    .el-me8i30,
    .js-y9g7pg,
    .js-z28z68,
    ._aetxuu,
    .c-rh9wc6,
    .t6n101,
    .is-e5n9ts,
    .is-r9cgtn,
    .is-ubpgzj,
    .x-eglqre,
    ._pzp2pv,
    .x-ttf1ad {
        grid-template-columns: 1fr;
    }
    
    .is-zwhqpe {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-kp9437,
    .is-u6gcdb,
    ._mnanee {
        flex-direction: column;
    }
    
    .m-jr5lhu {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-tla88p {
        bottom: 20px;
        right: 20px;
    }
    
    .js-vuj8cn {
        display: none;
    }
    
    .is-cv9bkw {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-pten4c {
        grid-template-columns: 1fr;
    }
    
    .is-ubalku {
        grid-template-columns: 1fr;
    }
    
    .s-u7nek8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-w7fsaz {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-ujdjnn {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-o59ng0,
    .c-tla88p,
    .uqyow7,
    .x-grtkll {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
