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

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

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

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

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

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

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

.is-zjb6sk {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

._x3s7j6:hover,
._x3s7j6.js-fkbua1 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-wwbz6a {
    padding: 10px 20px;
    font-size: 14px;
}

.ui-et0v0j {
    width: 100%;
}

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

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

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

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

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

.is-vc27hi {
    max-width: 700px;
}

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

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

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

.m-cix2o6 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.x-arx5xs {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.m-xe47re {
    position: relative;
}

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

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

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

.x-l5aqm7 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.js-b0i5xv:hover .el-a0rlo5 img {
    transform: scale(1.1);
}

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

._yqa8n4 {
    padding: 20px;
}

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

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

.m-tht91z {
    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
   ======================================== */
.yl8381 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.c-uxxvmp {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

._h3vanm {
    text-align: center;
}

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

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

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

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

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

.el-xijzom img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.x-mxh1c8 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.s-rd1po8 {
    font-size: 32px;
}

.x-mxh1c8 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lnl7at {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-duab7e:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-ofo62e.active .fpw4wb {
    transform: rotate(45deg);
}

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

.s-ofo62e.active .el-o9f5kj {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-l0ek0q:hover .m-ioteq9 img {
    transform: scale(1.05);
}

.m-ze54av {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-phkw3a {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-mumm8o h4,
.m-wbfqk2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-lnrun6 {
    display: flex;
    gap: 12px;
}

.js-lnrun6 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.l6oq9l {
    font-size: 20px;
}

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

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

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

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

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

.js-s1rz0k .el-yae59q {
    position: relative;
    z-index: 1;
}

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

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

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

.el-c27m3h {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.js-y5o1nc {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._lg63og {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-q2tr6c h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.is-q2tr6c p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.el-v9mxw9 li,
.ui-d3wxc4 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-v9mxw9 li:last-child,
.ui-d3wxc4 li:last-child {
    border-bottom: none;
}

.el-v9mxw9 a,
.ui-d3wxc4 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-v9mxw9 a:hover,
.ui-d3wxc4 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.js-hxtvdd h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-w29qow ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-zjb6sk {
        display: none;
    }
    
    .c-wiforq {
        display: flex;
    }
    
    .ui-qelbm2 {
        font-size: 40px;
    }
    
    .c-wtk6oc,
    .m-pf2q2b,
    .ui-e0xaom,
    .ui-tpqahy,
    .ui-a3kgs1,
    .s-xc9nnc,
    .c-ykj6ii,
    .is-g9wl5e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-jmicfq,
    .el-wuobf5,
    ._dc3av8,
    .is-llqxn2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-zb351s,
    .is-e86co4,
    .ui-lv4roc {
        grid-template-columns: 1fr;
    }
    
    .m0xoup {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-vyn1bi,
    .s-dqhsrl {
        flex-direction: column;
        text-align: center;
    }
    
    ._ayhwhs,
    .x-b7p9t3 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-qelbm2 {
        font-size: 32px;
    }
    
    .x-nr31eo,
    .c-xuhg8a {
        font-size: 28px;
    }
    
    .c-wtk6oc,
    .m-pf2q2b,
    .ui-e0xaom,
    .ui-tpqahy,
    .ui-a3kgs1,
    .is-jmicfq,
    .el-wuobf5,
    ._dc3av8,
    .is-llqxn2,
    .s-xc9nnc,
    .c-ykj6ii,
    .is-g9wl5e {
        grid-template-columns: 1fr;
    }
    
    .m0xoup {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-kulxqz,
    ._e43vk8,
    .ui-kl452h {
        flex-direction: column;
    }
    
    .c-pkurcs {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-xmrqyo {
        bottom: 20px;
        right: 20px;
    }
    
    .el-tjep39 {
        display: none;
    }
    
    .js-kx1bxn {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-tlvhxr {
        grid-template-columns: 1fr;
    }
    
    .ui-b1h0ln {
        grid-template-columns: 1fr;
    }
    
    .el-c27m3h {
        flex-direction: column;
        gap: 12px;
    }
    
    .g9wsvb {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-al059a {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-y19l61,
    .s-xmrqyo,
    .ui-qijy6w,
    .m-s2ejk3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
