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

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

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

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

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

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

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

.x-x8ox6o {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-zs1qa9:hover,
.x-zs1qa9.is-f7vea9 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-lahghf {
    padding: 10px 20px;
    font-size: 14px;
}

.m-xwy26b {
    width: 100%;
}

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

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

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

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

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

.s-kvgfa1 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._izz80q {
    font-size: 24px;
}

.ui-epaaln {
    position: relative;
}

.ui-epaaln img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.s-hzap1w:hover .s-l9u3cr img {
    transform: scale(1.1);
}

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

._d7c0bi {
    padding: 20px;
}

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

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

.x-ved3o0 {
    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
   ======================================== */
._cwkvix {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.js-gsuvak {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.is-r0wnwd img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.el-cuwrnu {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-m504to a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-mvs4yw {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

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

.js-tjdc8x.active .ui-t85ruk {
    transform: rotate(45deg);
}

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

.js-tjdc8x.active .is-zdfpbg {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-jmsp1i:hover .c-jkrl85 img {
    transform: scale(1.05);
}

.s-iz42y4 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-m227jq h4,
.el-jq1ihb h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

._lwibh5 {
    display: flex;
    gap: 12px;
}

._lwibh5 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

.c-f5s0qs a {
    color: var(--text-secondary);
}

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

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

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

.jg6huq {
    font-size: 20px;
}

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

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

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

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

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

.x-rpum9r .ui-jpr6st {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.x-lf7wge h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-lf7wge h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.el-l3qu2i {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-yexw5l p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.s-suhat9 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.s-suhat9 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.s-jmprgn li:last-child,
.js-e16ye8 li:last-child {
    border-bottom: none;
}

.s-jmprgn a,
.js-e16ye8 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-jmprgn a:hover,
.js-e16ye8 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-bw4euv h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-x8ox6o {
        display: none;
    }
    
    .is-v4675l {
        display: flex;
    }
    
    .el-z5ltj0 {
        font-size: 40px;
    }
    
    .s-esjwzj,
    .xeazx4,
    .el-id0d1a,
    .el-ugw5gt,
    .s-kxkc0i,
    .ui-jwgh8s,
    .ui-wwkysp,
    ._noyhie {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._nal1px,
    .s-wxepkv,
    .y0qbj0,
    .m-ojwb24 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._e4w9dm,
    .c-a59fuz,
    .x-o6g89x {
        grid-template-columns: 1fr;
    }
    
    .el-csimqq {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-hfkovg,
    .el-jsn0ue {
        flex-direction: column;
        text-align: center;
    }
    
    .js-v2fa70,
    .x-fbbwzt {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-z5ltj0 {
        font-size: 32px;
    }
    
    ._uyjq90,
    .c-apt0ra {
        font-size: 28px;
    }
    
    .s-esjwzj,
    .xeazx4,
    .el-id0d1a,
    .el-ugw5gt,
    .s-kxkc0i,
    ._nal1px,
    .s-wxepkv,
    .y0qbj0,
    .m-ojwb24,
    .ui-jwgh8s,
    .ui-wwkysp,
    ._noyhie {
        grid-template-columns: 1fr;
    }
    
    .el-csimqq {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .d37los,
    .is-s0dqtw,
    .x-rvooln {
        flex-direction: column;
    }
    
    .c-f5s0qs {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._txzzvi {
        bottom: 20px;
        right: 20px;
    }
    
    .is-r4dvkl {
        display: none;
    }
    
    .x-gxxzrh {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-fdh69o {
        grid-template-columns: 1fr;
    }
    
    .el-dq3t12 {
        grid-template-columns: 1fr;
    }
    
    .is-bf0mze {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-ddynuv {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-zz26ty {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-kyp02d,
    ._txzzvi,
    .lbsqx2,
    .s-ebjsrs {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
