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

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

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

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

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

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

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

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

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

.m-rv18xf:hover,
.m-rv18xf.c-lu1isn {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-c44fyd {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-siflor {
    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-zk26d2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-c50aw7 {
    font-size: 24px;
}

.is-jb9a4s {
    position: relative;
}

.is-jb9a4s img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.m-drerlz {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.s-i8rpe2:hover ._s8qno5 img {
    transform: scale(1.1);
}

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

.blxzrg {
    padding: 20px;
}

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

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

.is-o32fhi {
    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
   ======================================== */
.s-kvjn3t {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.x-iqflia {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

.c-k9k7gf img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.c-ajghh1 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.x-g7lcfq {
    font-size: 32px;
}

.c-ajghh1 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ww10ux:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-j4q1fg.active .is-ad5o7e {
    transform: rotate(45deg);
}

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

.ui-j4q1fg.active ._z6d67s {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-l2lo55:hover ._l14v1w img {
    transform: scale(1.05);
}

.c-d79b5x {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-az3b7k h4,
.c-ce9qj9 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-fi9nn6 {
    display: flex;
    gap: 12px;
}

.x-fi9nn6 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-hyt54a {
    font-size: 20px;
}

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

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

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

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

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

.el-xkc1v2 .j1o19p {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.kltim9 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-lqpsx6 {
    margin-bottom: 32px;
}

.x-lqpsx6 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.x-x6k7u4 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-n9okjj li,
.c-vnz9u7 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-n9okjj li:last-child,
.c-vnz9u7 li:last-child {
    border-bottom: none;
}

.el-n9okjj a,
.c-vnz9u7 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-n9okjj a:hover,
.c-vnz9u7 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.s-dbnxm6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

.is-im1u1w h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-yswlvd {
        display: none;
    }
    
    .is-zjyqy8 {
        display: flex;
    }
    
    .ui-uuidlo {
        font-size: 40px;
    }
    
    .ui-vfsx28,
    .y8s89x,
    .js-pyzop9,
    .js-b9ke6u,
    .js-lsb3tk,
    .m-r0l25x,
    .s-sbc0nc,
    ._kgzmjp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-idlyfa,
    ._ypwusa,
    .js-r7i75x,
    .c-egyw8z {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-qvp7fy,
    .c-oi4gc2,
    ._vrm9gp {
        grid-template-columns: 1fr;
    }
    
    .c-t67d2b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x0cv4i,
    ._e5yr92 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-pkvz1o,
    .js-byjiy1 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-uuidlo {
        font-size: 32px;
    }
    
    .ui-zk26d2,
    .c-xpqbfb {
        font-size: 28px;
    }
    
    .ui-vfsx28,
    .y8s89x,
    .js-pyzop9,
    .js-b9ke6u,
    .js-lsb3tk,
    .x-idlyfa,
    ._ypwusa,
    .js-r7i75x,
    .c-egyw8z,
    .m-r0l25x,
    .s-sbc0nc,
    ._kgzmjp {
        grid-template-columns: 1fr;
    }
    
    .c-t67d2b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-g4ummm,
    ._mdd9is,
    .ui-cmsb75 {
        flex-direction: column;
    }
    
    .wb4n7e {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .qvtewi {
        bottom: 20px;
        right: 20px;
    }
    
    .nlx528 {
        display: none;
    }
    
    .s-nx0ya3 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-vtbm3w {
        grid-template-columns: 1fr;
    }
    
    .is-nwprjp {
        grid-template-columns: 1fr;
    }
    
    .ui-wtxseh {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-r8ucd2 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._x2dn0k {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-tcmtgk,
    .qvtewi,
    ._r2ezel,
    ._i9fy8s {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
