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

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

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

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

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

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

.m-iep4l9 {
    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-nij56z {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-zh4vie:hover,
.ui-zh4vie.x-ilapi1 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.c-w1e69q {
    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-w1e69q:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-euwaqx {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.el-zk5k61 {
    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-lvcb9k {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-cwo489 {
    font-size: 24px;
}

.ui-p7svgz {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-tqk000:hover .m-x8b4me img {
    transform: scale(1.1);
}

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

.s-ynvzws {
    padding: 20px;
}

.s-ynvzws h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nr7xau {
    text-align: center;
}

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

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

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

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

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

.is-obqsfw img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

.is-rm7e3n {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-x4hhzk {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.x-ucjn72.active .is-hdxqxu {
    transform: rotate(45deg);
}

.c-rwzbnp {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.x-ucjn72.active .c-rwzbnp {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-fattdh:hover .s-d194zm img {
    transform: scale(1.05);
}

.x-ctbsfz {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-g12ho8 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

.el-s75my9 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

._u6imn9 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.el-f8x3ga {
    display: flex;
    gap: 12px;
}

.el-f8x3ga img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-svocpi {
    font-size: 20px;
}

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

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

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

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

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

.js-flk4bg .c-a8n3zc {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-vl13ah {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-h3erfu li:last-child,
.zs0tdi li:last-child {
    border-bottom: none;
}

.s-h3erfu a,
.zs0tdi a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-h3erfu a:hover,
.zs0tdi a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-brogo4 {
    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-x18x35 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-vnmt3c h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

._bl9mpm 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-nij56z {
        display: none;
    }
    
    .is-k4eik5 {
        display: flex;
    }
    
    .is-emm41a {
        font-size: 40px;
    }
    
    .s-pp9n8n,
    .m-xdtbha,
    .js-x88xwq,
    ._uuguru,
    .ui-nqwu2r,
    .js-b4d965,
    .ui-akrfyo,
    .c-jlkl3p {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-pnr6cl,
    .is-a0t6wd,
    .el-rzkegv,
    .m-qb7qpg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-zkk73y,
    .ui-qn7od4,
    .ldx04w {
        grid-template-columns: 1fr;
    }
    
    .c-ktz4y2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-rm7e3n,
    .c-drwurb {
        flex-direction: column;
        text-align: center;
    }
    
    .c-u08h0i,
    .srpx6w {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-emm41a {
        font-size: 32px;
    }
    
    ._jryzhs,
    .m-gobfi8 {
        font-size: 28px;
    }
    
    .s-pp9n8n,
    .m-xdtbha,
    .js-x88xwq,
    ._uuguru,
    .ui-nqwu2r,
    .x-pnr6cl,
    .is-a0t6wd,
    .el-rzkegv,
    .m-qb7qpg,
    .js-b4d965,
    .ui-akrfyo,
    .c-jlkl3p {
        grid-template-columns: 1fr;
    }
    
    .c-ktz4y2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-qk8agz,
    .is-x84gxq,
    .el-s75my9 {
        flex-direction: column;
    }
    
    .js-vigj15 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-z48kuz {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-agbar2 {
        display: none;
    }
    
    ._u0jy2z {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-op8e3v {
        grid-template-columns: 1fr;
    }
    
    .lvednq {
        grid-template-columns: 1fr;
    }
    
    ._n7uwy9 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-sdcese {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-hep9eq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-vjp5pc,
    .ui-z48kuz,
    .ui-jpbesu,
    ._bkkgyc {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
