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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._m1dq4k {
    width: 100%;
}

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

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

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

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

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

.c-ueljm0 {
    max-width: 700px;
}

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

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

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

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

.el-vhmeiz {
    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-ywjnmn {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-xmwzed {
    position: relative;
}

.js-xmwzed img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.is-kzmndl:hover ._u1kmbn img {
    transform: scale(1.1);
}

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

.el-gbd1ym {
    padding: 20px;
}

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

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

.siijwk {
    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-ay6408 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.m-qwe2h9 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

.is-g23i8v {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

.ui-voguk5 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-tr0rq2 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

.s-ltljtp {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

._suul9e {
    text-align: center;
}

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

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

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

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

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

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

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

.s-cshb86 h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

.is-c15esh:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-zekl9d.active .kpiwhh {
    transform: rotate(45deg);
}

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

.ui-zekl9d.active .js-y8f0aq {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-ygcuf1:hover .is-gquvrn img {
    transform: scale(1.05);
}

.is-fb3qxj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.apebnd {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.m-r4k50z img {
    width: 48px;
    height: 48px;
}

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

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

.el-zcrdk5 h4,
.m-mk036n h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-zyk7li {
    font-size: 20px;
}

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

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

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

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

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

.x-jk9tfz .c-u0ax8a {
    position: relative;
    z-index: 1;
}

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

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

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

.m-r8h8bt {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.ui-jmxjqf {
    margin: 16px 0 32px;
}

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

.ui-jmxjqf li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.c-evogtc {
    margin-bottom: 24px;
}

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

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

.c-r3owzx {
    margin-bottom: 32px;
}

.c-r3owzx img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.is-sdycqp p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-tefxmc li:last-child,
.s-wr7trl li:last-child {
    border-bottom: none;
}

.el-tefxmc a,
.s-wr7trl a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-tefxmc a:hover,
.s-wr7trl a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-ykvc1a {
    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-jv5hxv h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-zgjiz9 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-ppd5vv {
        display: none;
    }
    
    .js-iscplg {
        display: flex;
    }
    
    .ui-b1bnlj {
        font-size: 40px;
    }
    
    .el-qrlt3r,
    .s-tmk3ol,
    .is-z1pqcw,
    .s-hzafa3,
    .x-qwcnd0,
    .ui-nwdkg7,
    ._zdxrk3,
    .ui-wey5gg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-m7nzwa,
    .js-l1pw3a,
    .ui-pz4bjj,
    .ui-mh5ypo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-v5ffrm,
    .js-qxr6pi,
    .ylkm9a {
        grid-template-columns: 1fr;
    }
    
    .x-aeog2v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-yevstx,
    .el-i3oplv {
        flex-direction: column;
        text-align: center;
    }
    
    .c-t3cpuz,
    .x-z4jfex {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-b1bnlj {
        font-size: 32px;
    }
    
    .is-vahhnh,
    .c-kthljn {
        font-size: 28px;
    }
    
    .el-qrlt3r,
    .s-tmk3ol,
    .is-z1pqcw,
    .s-hzafa3,
    .x-qwcnd0,
    .is-m7nzwa,
    .js-l1pw3a,
    .ui-pz4bjj,
    .ui-mh5ypo,
    .ui-nwdkg7,
    ._zdxrk3,
    .ui-wey5gg {
        grid-template-columns: 1fr;
    }
    
    .x-aeog2v {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-g8z82o,
    .q3a5mf,
    .apebnd {
        flex-direction: column;
    }
    
    .m-x3usl9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-vxjukb {
        bottom: 20px;
        right: 20px;
    }
    
    .s-in5xg5 {
        display: none;
    }
    
    .el-bnh0pj {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-u3xqrb {
        grid-template-columns: 1fr;
    }
    
    .s-i3f1dz {
        grid-template-columns: 1fr;
    }
    
    .m-r8h8bt {
        flex-direction: column;
        gap: 12px;
    }
    
    ._mcndcb {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-p1ivsa {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-hdia5s,
    .s-vxjukb,
    .k9xtxp,
    .m-piv1nx {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
