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

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

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

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

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

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

.s-h92a2t {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.c-mrj2lk {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.js-d5rvfp:hover,
.js-d5rvfp.c-cew8sg {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-p2xlnv {
    width: 100%;
}

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

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

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

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

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

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

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

.m-xha4jk {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.c-krxmi6 {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.el-d0416d {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-u00191 {
    font-size: 24px;
}

.m-hk6lgu {
    position: relative;
}

.m-hk6lgu img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.x-zbuxss:hover .ui-qpoi9b img {
    transform: scale(1.1);
}

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

.is-x2vycq {
    padding: 20px;
}

.is-x2vycq h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.x-d4fkr5 {
    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-fja5et {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.ui-d5djnd {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

._dcmmpr img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

._o6ex6b {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-g1wuys {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-cdmwpb.active .el-svs2bt {
    transform: rotate(45deg);
}

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

.el-cdmwpb.active .a9waof {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-zw6239:hover .js-lkkhas img {
    transform: scale(1.05);
}

.el-g76yps {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._v2in6t img {
    width: 48px;
    height: 48px;
}

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

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

.js-i4qlw1 h4,
.nevkhk h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-i6h5w1 {
    font-size: 20px;
}

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

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

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

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

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

.is-upj3i7 .omabj7 {
    position: relative;
    z-index: 1;
}

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

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

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

.is-le27r9 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

.s-z7n35x h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.s-z7n35x h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

.s-z7n35x p strong {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-poucan {
    margin-bottom: 24px;
}

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

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

.js-pvgmul {
    margin-bottom: 32px;
}

.js-pvgmul img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-xhaqot li:last-child,
.ui-dh5j1l li:last-child {
    border-bottom: none;
}

.js-xhaqot a,
.ui-dh5j1l a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-xhaqot a:hover,
.ui-dh5j1l a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-yenxm3 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-mrj2lk {
        display: none;
    }
    
    .js-m9sp38 {
        display: flex;
    }
    
    .m-fcdq87 {
        font-size: 40px;
    }
    
    .pock47,
    .s-nk5xed,
    .m-tyvf58,
    ._tcbtke,
    .c-wwpth7,
    .s-uv30g8,
    ._hpq22g,
    .dv3awi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-ciix2x,
    .c-ajidqo,
    .tzriit,
    .is-col06l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .o6em3i,
    .m-l7ehkg,
    .x-svd47p {
        grid-template-columns: 1fr;
    }
    
    .c-gaaazp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-lpe5g9,
    .m-mxrusi {
        flex-direction: column;
        text-align: center;
    }
    
    .x-uth8yw,
    .td7b5x {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-fcdq87 {
        font-size: 32px;
    }
    
    .el-d0416d,
    .el-eap8cj {
        font-size: 28px;
    }
    
    .pock47,
    .s-nk5xed,
    .m-tyvf58,
    ._tcbtke,
    .c-wwpth7,
    .c-ciix2x,
    .c-ajidqo,
    .tzriit,
    .is-col06l,
    .s-uv30g8,
    ._hpq22g,
    .dv3awi {
        grid-template-columns: 1fr;
    }
    
    .c-gaaazp {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-xha4jk,
    .m-nbr8ab,
    .is-jqocf8 {
        flex-direction: column;
    }
    
    .ui-qp6eg7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-gzrelr {
        bottom: 20px;
        right: 20px;
    }
    
    .s-jga7cs {
        display: none;
    }
    
    .el-ulv16m {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._slvxmq {
        grid-template-columns: 1fr;
    }
    
    .ui-jf61zx {
        grid-template-columns: 1fr;
    }
    
    .is-le27r9 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-h9q59r {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-uwq42d {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .o3jyfw,
    .s-gzrelr,
    .c-x4gb6c,
    .s-hjar9q {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
