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

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

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

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

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

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

.x-u4lm4p {
    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-oofdhy {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.el-mnyjyo:hover,
.el-mnyjyo.m-c7nlsn {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-l6bavw {
    width: 100%;
}

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

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

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

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

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

.js-ldk2rm {
    max-width: 700px;
}

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

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

.s-wauyx3 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c7w87y {
    font-size: 24px;
}

.ui-aa9x6o {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-bjaebr:hover .js-d2xey5 img {
    transform: scale(1.1);
}

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

.js-k6v6ze {
    padding: 20px;
}

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

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

.js-i1rmhh {
    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
   ======================================== */
.m-iv566r {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.s-kgi7my {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

.c-hovms6 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.el-lb8t8s {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-d2328f {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

._nouec2 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.js-ptne4f {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.el-odhhg3:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-fd4ktw.active ._q5pggi {
    transform: rotate(45deg);
}

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

.x-fd4ktw.active .c-agrd7x {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-u6lfmw:hover .s-srnr33 img {
    transform: scale(1.05);
}

.is-y6fv9w {
    padding: 20px;
}

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

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

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

.s-mnczz3 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

.is-c2evk0 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-sao4os img {
    width: 48px;
    height: 48px;
}

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

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

.m-wd51kd h4,
.is-jnilis h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-hfys3u {
    display: flex;
    gap: 12px;
}

.s-hfys3u img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.x-wpu5vl {
    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-frtjh4 {
    font-size: 20px;
}

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

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

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

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

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

.xvv5xj .s-sj253q {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-vstfqv {
    margin-bottom: 32px;
}

.x-vstfqv img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ofnb56 li,
.js-xhm41r li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-ofnb56 li:last-child,
.js-xhm41r li:last-child {
    border-bottom: none;
}

.is-ofnb56 a,
.js-xhm41r a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-ofnb56 a:hover,
.js-xhm41r a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-s7ocvx ul {
    margin-bottom: 24px;
}

.ui-s7ocvx 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-oofdhy {
        display: none;
    }
    
    .ui-z4auu8 {
        display: flex;
    }
    
    .s52pc5 {
        font-size: 40px;
    }
    
    .x-dwseem,
    .el-x6d9vf,
    .is-gwwe18,
    .dp8exv,
    .x-axpnmw,
    ._nge3yp,
    .el-ysxh77,
    .s-b3wmuf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cc3lkh,
    .x-xsn2kn,
    .el-faazsv,
    .js-xndq7h {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yn0ven,
    ._m2bikx,
    .c-xpbwgz {
        grid-template-columns: 1fr;
    }
    
    .el-dizdhv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yciewu,
    .x-chkmir {
        flex-direction: column;
        text-align: center;
    }
    
    .rynb2y,
    .ui-ii9m6e {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s52pc5 {
        font-size: 32px;
    }
    
    .is-wj98e3,
    .m-vol1ed {
        font-size: 28px;
    }
    
    .x-dwseem,
    .el-x6d9vf,
    .is-gwwe18,
    .dp8exv,
    .x-axpnmw,
    .cc3lkh,
    .x-xsn2kn,
    .el-faazsv,
    .js-xndq7h,
    ._nge3yp,
    .el-ysxh77,
    .s-b3wmuf {
        grid-template-columns: 1fr;
    }
    
    .el-dizdhv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-wauyx3,
    ._pc9be5,
    .js-s6rz0p {
        flex-direction: column;
    }
    
    .js-cz5f14 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-y5kwnl {
        bottom: 20px;
        right: 20px;
    }
    
    .c-okbhv4 {
        display: none;
    }
    
    .x-wpu5vl {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-ksxrr6 {
        grid-template-columns: 1fr;
    }
    
    ._lz00om {
        grid-template-columns: 1fr;
    }
    
    .x-rsgavw {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-w4l9mj {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-fyswl1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-na8z7t,
    .s-y5kwnl,
    .s-d06958,
    .js-hs20zv {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
