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

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

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

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

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

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

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

.s-wm929y {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.js-mmzsvt:hover,
.js-mmzsvt._g2mhru {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-fezprb {
    width: 100%;
}

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

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

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

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

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

._c2hqnu {
    max-width: 700px;
}

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

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

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

.s-czb8cd {
    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-sev5ni {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-r4pow9 {
    position: relative;
}

.s-r4pow9 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.s-n0su52:hover .z3tn09 img {
    transform: scale(1.1);
}

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

.m-znb8vl {
    padding: 20px;
}

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

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

.c-z58xea {
    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-hhfexg {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yi1rv6 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mpxc34.active .el-vuc57b {
    transform: rotate(45deg);
}

.is-wluxey {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mpxc34.active .is-wluxey {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-vp2zbl:hover .r8kygc img {
    transform: scale(1.05);
}

.c-nmb8r0 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-siql4o {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.c-zos96z img {
    width: 48px;
    height: 48px;
}

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

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

.js-i595b9 h4,
.ui-w95prr h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tby0k3 {
    font-size: 20px;
}

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

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

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

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

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

.is-y76k2p ._eazcdz {
    position: relative;
    z-index: 1;
}

.x-d11keq {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-whqbse {
    margin-bottom: 24px;
}

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

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

.s-n7sdeo {
    margin-bottom: 32px;
}

.s-n7sdeo img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dtvs7o li:last-child,
.js-jutujh li:last-child {
    border-bottom: none;
}

.dtvs7o a,
.js-jutujh a {
    font-size: 14px;
    color: var(--text-secondary);
}

.dtvs7o a:hover,
.js-jutujh a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-qimvh1 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-wm929y {
        display: none;
    }
    
    ._am0web {
        display: flex;
    }
    
    .js-jax9od {
        font-size: 40px;
    }
    
    .js-g330vh,
    ._rstb1s,
    ._u1vj3o,
    .ui-icieh2,
    .m-x4p4oj,
    .ui-wnj2xv,
    .ui-jbd5gp,
    ._wvufa4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-d6zqqq,
    .el-tmm890,
    .js-soh5r3,
    .vnfue8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-mtq202,
    .c-ne7rh4,
    .is-n25ds3 {
        grid-template-columns: 1fr;
    }
    
    ._ngtjuj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bm30wh,
    .m-y5nt70 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-mu4j70,
    .x-p6clzd {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-jax9od {
        font-size: 32px;
    }
    
    .m-tlfj3y,
    .x-d11keq {
        font-size: 28px;
    }
    
    .js-g330vh,
    ._rstb1s,
    ._u1vj3o,
    .ui-icieh2,
    .m-x4p4oj,
    .is-d6zqqq,
    .el-tmm890,
    .js-soh5r3,
    .vnfue8,
    .ui-wnj2xv,
    .ui-jbd5gp,
    ._wvufa4 {
        grid-template-columns: 1fr;
    }
    
    ._ngtjuj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-pvge6o,
    .s-vi8gy8,
    .x-siql4o {
        flex-direction: column;
    }
    
    .js-s5id80 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-pwzp3g {
        bottom: 20px;
        right: 20px;
    }
    
    .c-huds5g {
        display: none;
    }
    
    .x-mpsvqg {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-thzuut {
        grid-template-columns: 1fr;
    }
    
    .c-mkdc1z {
        grid-template-columns: 1fr;
    }
    
    .c-rdb3s8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-pmklgh {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-udg51a {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-rmgkhc,
    .is-pwzp3g,
    .zopiwo,
    .is-y70769 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
