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

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

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

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

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

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

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

.el-fzmn8l {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.el-j94s9h:hover,
.el-j94s9h.is-v9c2cj {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
._fcjaj8 {
    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-nkb9qx {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.c-t15f63 {
    width: 100%;
}

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

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

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

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

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

._p8lrq3 {
    max-width: 700px;
}

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

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

.c-ei5d88 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-rcessg {
    font-size: 24px;
}

.el-hqnuhg {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-wp9y7i:hover .is-pedgif img {
    transform: scale(1.1);
}

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

.s-v325yg {
    padding: 20px;
}

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

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

.s-yft3uh {
    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
   ======================================== */
.el-vnsqc4 {
    background: var(--bg-dark);
}

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

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

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

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

.ui-ye0a4e {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.s-orcyko {
    text-align: center;
}

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

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

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

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

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

.el-h42abc img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-iqa1x4 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-rrji5t.active .el-k6tkjx {
    transform: rotate(45deg);
}

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

.el-rrji5t.active .is-ku0wre {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-uibzky:hover .c-ru55sd img {
    transform: scale(1.05);
}

.oddbwm {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-udio3p h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.is-ql89u3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.ui-pjd59i h4,
.ui-me71e3 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._a6ip82 {
    font-size: 20px;
}

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

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

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

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

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

.js-nows4k .el-pg5mqo {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.ui-hclljv h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-hclljv h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.m-zaqe8p {
    margin: 16px 0 32px;
}

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

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

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

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

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

.c-flpgqz {
    width: 100%;
    margin-bottom: 24px;
}

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

.c-flpgqz td {
    padding: 12px 0;
    font-size: 14px;
}

.c-flpgqz td:first-child {
    color: var(--text-secondary);
}

.c-flpgqz td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.ui-rowuwk {
    margin-bottom: 24px;
}

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

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

.el-qmbezp {
    margin-bottom: 32px;
}

.el-qmbezp img {
    width: 100%;
    border-radius: var(--radius);
}

.el-jz54gk {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.el-jz54gk p {
    margin-bottom: 16px;
}

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

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

.el-jz54gk li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.s-rjdx66 li:last-child,
._xhqc0p li:last-child {
    border-bottom: none;
}

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

.s-rjdx66 a:hover,
._xhqc0p a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-qqgxmy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-fzmn8l {
        display: none;
    }
    
    .el-ar5ieh {
        display: flex;
    }
    
    .c-f8g93t {
        font-size: 40px;
    }
    
    .oc1786,
    .ui-oxue2u,
    .c-pj8jv5,
    .js-fm8yeq,
    .s-hfsmyf,
    .m-xxmai1,
    .m-ds2icd,
    .is-tn0a22 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ibusud,
    .c-k7i7st,
    .el-u4stj7,
    .m-ra4zus {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-j1uvoi,
    .x-i1w9hi,
    .ui-kbtv8p {
        grid-template-columns: 1fr;
    }
    
    .js-gaksng {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._hk0bli,
    .el-kihx0b {
        flex-direction: column;
        text-align: center;
    }
    
    .is-purenq,
    ._tdhvrv {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-f8g93t {
        font-size: 32px;
    }
    
    .c-oboy0m,
    ._ilwu5g {
        font-size: 28px;
    }
    
    .oc1786,
    .ui-oxue2u,
    .c-pj8jv5,
    .js-fm8yeq,
    .s-hfsmyf,
    .el-ibusud,
    .c-k7i7st,
    .el-u4stj7,
    .m-ra4zus,
    .m-xxmai1,
    .m-ds2icd,
    .is-tn0a22 {
        grid-template-columns: 1fr;
    }
    
    .js-gaksng {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-ei5d88,
    .ui-jojajb,
    .s-n2gbeh {
        flex-direction: column;
    }
    
    .s-w536jx {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-u542ej {
        bottom: 20px;
        right: 20px;
    }
    
    .s-w7t148 {
        display: none;
    }
    
    .s-jh6ou1 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-u06rgp {
        grid-template-columns: 1fr;
    }
    
    .js-x2tr1z {
        grid-template-columns: 1fr;
    }
    
    .c-ev61mb {
        flex-direction: column;
        gap: 12px;
    }
    
    .y3vuel {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-bv9llv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-xcnykn,
    .s-u542ej,
    .c-ds8o83,
    .ui-aum054 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
