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

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

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

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

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

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

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

.is-aiuqf9 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.el-zvgxm6:hover,
.el-zvgxm6.el-rjhu7m {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mnpszq {
    width: 100%;
}

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

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

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

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

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

.js-nxkfth {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.el-bgy67x {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.m-izqthu {
    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-p11jbn {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-gayndm {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-oh2hya:hover .el-upwgjb img {
    transform: scale(1.1);
}

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

.c-vofw65 {
    padding: 20px;
}

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

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

.is-tvbuxm {
    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-ljoj7n {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._n5zvdy {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.m-qdya0k {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kiynee {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-p06n0m {
    max-width: 800px;
    margin: 0 auto;
}

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

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

._mnkrgd:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-ivqglp.active .js-oukzhz {
    transform: rotate(45deg);
}

.x-f15huu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.js-ivqglp.active .x-f15huu {
    max-height: 500px;
}

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

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

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

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

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

.js-y83me2 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.x-ipyc2a:hover .js-y83me2 img {
    transform: scale(1.05);
}

.m-u37oec {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-vphmj7 img {
    width: 48px;
    height: 48px;
}

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

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

._apbe52 h4,
._eaac56 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-uos5lj {
    display: flex;
    gap: 12px;
}

.c-uos5lj img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-l58g9n {
    font-size: 20px;
}

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

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

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

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

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

.m-vo4lb2 .c-xok6m3 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-e0nm4m {
    margin-bottom: 24px;
}

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

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

.m-rwpgdi {
    margin-bottom: 32px;
}

.m-rwpgdi img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-r3kruy li:last-child,
._yd6p9m li:last-child {
    border-bottom: none;
}

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

.c-r3kruy a:hover,
._yd6p9m a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-zz63z3 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-aiuqf9 {
        display: none;
    }
    
    .bh4sb1 {
        display: flex;
    }
    
    .js-nxkfth {
        font-size: 40px;
    }
    
    .js-g2k7jb,
    .m-vbapel,
    .c-iqa0b4,
    .ui-orr08k,
    .r6j1an,
    ._c4fs4x,
    .ui-jtpxy8,
    .ui-wawsbd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-tc1qic,
    ._lzczwd,
    .s-xeazvy,
    .yt4xzu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-nrl3na,
    ._k8g12d,
    .m-amw7db {
        grid-template-columns: 1fr;
    }
    
    .is-d2xu5w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wctq6k,
    .ui-zr3vch {
        flex-direction: column;
        text-align: center;
    }
    
    .m-haz7nw,
    .ui-rtlgib {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-nxkfth {
        font-size: 32px;
    }
    
    .el-p11jbn,
    .m-vgoj9j {
        font-size: 28px;
    }
    
    .js-g2k7jb,
    .m-vbapel,
    .c-iqa0b4,
    .ui-orr08k,
    .r6j1an,
    .s-tc1qic,
    ._lzczwd,
    .s-xeazvy,
    .yt4xzu,
    ._c4fs4x,
    .ui-jtpxy8,
    .ui-wawsbd {
        grid-template-columns: 1fr;
    }
    
    .is-d2xu5w {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-bgy67x,
    .ugvvws,
    .s-lryxlw {
        flex-direction: column;
    }
    
    .js-ewvkv2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-bqg7fb {
        bottom: 20px;
        right: 20px;
    }
    
    .el-g1gpb6 {
        display: none;
    }
    
    .x-axrve6 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._uzy038 {
        grid-template-columns: 1fr;
    }
    
    .iojzdr {
        grid-template-columns: 1fr;
    }
    
    .ui-otk7jf {
        flex-direction: column;
        gap: 12px;
    }
    
    .dpcjjv {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-agrb8u {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-cfdn0q,
    .is-bqg7fb,
    .c-lvo0ez,
    .is-xqe78x {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
