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

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

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

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

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

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

.el-fzmn8l {
    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-j94s9h {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

.el-ar5ieh {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.js-k6u3zr: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;
}

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

.k7z9cr {
    width: 100%;
}

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

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

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

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

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

.ui-fnz1ir {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v2343w {
    font-size: 24px;
}

.el-t3w8w8 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-pj8jv5:hover .el-h42abc img {
    transform: scale(1.1);
}

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

.s-jbc3ug {
    padding: 20px;
}

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

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

.c-g5yttv {
    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
   ======================================== */
.ui-nyg71c {
    background: var(--bg-dark);
}

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

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

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

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

.s-oik1ii {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.el-iqa1x4 {
    text-align: center;
}

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

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

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

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

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

.ui-rdzjoh img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.lfwcft {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-dy4q4p {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.is-ql89u3 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.m-g57yfb:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-vg3c2z.active .ui-kbtv8p {
    transform: rotate(45deg);
}

.ui-rowuwk {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.c-vg3c2z.active .ui-rowuwk {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-qmbezp:hover .el-jz54gk img {
    transform: scale(1.05);
}

.is-bv9llv {
    padding: 20px;
}

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

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

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

.ui-mfq8i9 {
    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
   ======================================== */
.s-rjdx66 {
    background: var(--bg-card);
}

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

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

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

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

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

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

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

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

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

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

.is-lswg8b {
    display: flex;
    gap: 12px;
}

.is-lswg8b 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)
   ======================================== */
.eclea2 {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.m-zaqe8p h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.m-zaqe8p h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.is-o5jihm {
    margin: 16px 0 32px;
}

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

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

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

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

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

.ui-uxy7tu {
    width: 100%;
    margin-bottom: 24px;
}

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

.ui-uxy7tu td {
    padding: 12px 0;
    font-size: 14px;
}

.ui-uxy7tu td:first-child {
    color: var(--text-secondary);
}

.ui-uxy7tu td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.onixl5 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-eisei8 li,
.el-s974cj li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-eisei8 li:last-child,
.el-s974cj li:last-child {
    border-bottom: none;
}

.m-eisei8 a,
.el-s974cj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-eisei8 a:hover,
.el-s974cj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.js-e736f0 {
    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-xckf4g h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yrftfp 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-j94s9h {
        display: none;
    }
    
    .is-gglha8 {
        display: flex;
    }
    
    .m-ect72i {
        font-size: 40px;
    }
    
    .s-cfquu5,
    ._hk0bli,
    .jkenlk,
    .c-brluff,
    .ui-faijwm,
    .x-l19j1u,
    .js-rqry95,
    .is-au5kf3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-joeg16,
    .x-y41fqb,
    .el-kihx0b,
    .y3vuel {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-d272gw,
    .ui-hclljv,
    .is-s3zkjo {
        grid-template-columns: 1fr;
    }
    
    .js-gaksng {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-pun8ob,
    ._xhqc0p {
        flex-direction: column;
        text-align: center;
    }
    
    .m-j7n7i5,
    .x-blr6xs {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-ect72i {
        font-size: 32px;
    }
    
    .c-oboy0m,
    .js-lei2z3 {
        font-size: 28px;
    }
    
    .s-cfquu5,
    ._hk0bli,
    .jkenlk,
    .c-brluff,
    .ui-faijwm,
    .el-joeg16,
    .x-y41fqb,
    .el-kihx0b,
    .y3vuel,
    .x-l19j1u,
    .js-rqry95,
    .is-au5kf3 {
        grid-template-columns: 1fr;
    }
    
    .js-gaksng {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-j653l7,
    .ui-jojajb,
    .ui-m18hni {
        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-ngd6ma {
        grid-template-columns: 1fr;
    }
    
    .el-u4stj7 {
        grid-template-columns: 1fr;
    }
    
    .ui-h300oy {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-hgz1cz {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-tn0a22 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

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