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

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

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

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

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

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

.is-qihcji {
    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-x8vq70 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-gly5nk:hover,
.x-gly5nk.js-l0vuf5 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-r6qn5m {
    padding: 10px 20px;
    font-size: 14px;
}

.is-m5us8o {
    width: 100%;
}

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

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

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

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

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

.m-usf365 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-wky8a0 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.js-ekz1ox {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-zoioc3:hover .s-tha5bi img {
    transform: scale(1.1);
}

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

.is-tdxkfn {
    padding: 20px;
}

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

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

.s-way0b5 {
    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
   ======================================== */
.c-a5uad1 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.x-w14vdv {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-yhmu0p a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-d3lcer h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.ui-je8omr.active .el-m28f5k {
    transform: rotate(45deg);
}

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

.ui-je8omr.active .is-md4733 {
    max-height: 500px;
}

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

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

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

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

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

.ui-ukxc3e {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

._miopnn:hover .ui-ukxc3e img {
    transform: scale(1.05);
}

.is-lngge4 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ncxr7c {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-sb76r1 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-xnp352 {
    font-size: 20px;
}

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

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

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

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

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

._t2966r .m-ho1ack {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-mcjxbt {
    margin-bottom: 24px;
}

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

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

.is-kc47iq {
    margin-bottom: 32px;
}

.is-kc47iq img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.js-q7zxne p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.el-adjafz h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.el-adjafz p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.s-gd09k4 li:last-child,
.p4f2im li:last-child {
    border-bottom: none;
}

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

.s-gd09k4 a:hover,
.p4f2im a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.el-rpy5a9 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-jm3hy3 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.m-r3d19n ul {
    margin-bottom: 24px;
}

.m-r3d19n 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-x8vq70 {
        display: none;
    }
    
    .c-sh2amg {
        display: flex;
    }
    
    .js-eirlqb {
        font-size: 40px;
    }
    
    .m-pgouep,
    .x-pto9n0,
    .m-s27dfg,
    .s-zxujk2,
    .x-zhmchv,
    .js-h5s3bs,
    .m-z3k6rt,
    .ncx0j5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-jcwew8,
    .is-r2go1f,
    .m-ud5n0w,
    .c-x36bfa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ry0m7a,
    .m-b42vj6,
    .x-b8hxsz {
        grid-template-columns: 1fr;
    }
    
    ._l2lmvg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-rrcymd,
    .el-p3gsyt {
        flex-direction: column;
        text-align: center;
    }
    
    .q1hee4,
    .js-riwfxr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-eirlqb {
        font-size: 32px;
    }
    
    .ui-yjxo0f,
    .s-ihf09r {
        font-size: 28px;
    }
    
    .m-pgouep,
    .x-pto9n0,
    .m-s27dfg,
    .s-zxujk2,
    .x-zhmchv,
    .ui-jcwew8,
    .is-r2go1f,
    .m-ud5n0w,
    .c-x36bfa,
    .js-h5s3bs,
    .m-z3k6rt,
    .ncx0j5 {
        grid-template-columns: 1fr;
    }
    
    ._l2lmvg {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-s8ia1l,
    .ui-c196tw,
    .c-ncxr7c {
        flex-direction: column;
    }
    
    .c-jvzcnd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-wdvb5o {
        bottom: 20px;
        right: 20px;
    }
    
    .m-kc6iqg {
        display: none;
    }
    
    .x-bc50b0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-wqet34 {
        grid-template-columns: 1fr;
    }
    
    .c-awjca2 {
        grid-template-columns: 1fr;
    }
    
    .c-uumg86 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-dbhwoo {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-mykrr4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-hh3s6r,
    .el-wdvb5o,
    .x-swtzbk,
    .c-rqlfa5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
