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

/* CSS Variables */
:root {
    --primary: #FF4081;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.ui-tqb5b7 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.js-lylgyt:hover,
.js-lylgyt.is-pkeihm {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tlrpt2 {
    width: 100%;
}

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

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

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

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

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

._kb1mgh {
    max-width: 700px;
}

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

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

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

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

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

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

.is-brvbas {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rusn57 {
    font-size: 24px;
}

.l05e2u {
    position: relative;
}

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

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

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

.is-ru82jb {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.c-wwvapc:hover .hptfem img {
    transform: scale(1.1);
}

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

.m-reftri {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-u2yv1x {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.bw1u8p img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.el-cbgpy5 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.ui-ocrgvx {
    display: flex;
    align-items: center;
    gap: 16px;
}

.znn1vj {
    font-size: 32px;
}

.ui-ocrgvx h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-bh1jd1 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

._dq1bgo {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-gu2otb:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.bh5i09.active .js-k3vbms {
    transform: rotate(45deg);
}

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

.bh5i09.active .js-n49kzh {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-uu1v0s:hover .js-ziplv4 img {
    transform: scale(1.05);
}

.c-ebywfh {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-g3j99z {
    text-align: center;
}

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

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

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

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

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

.js-n5rjla img {
    width: 48px;
    height: 48px;
}

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

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

._bryx7l h4,
.s-x26is6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-ap2t7k {
    display: flex;
    gap: 12px;
}

.s-ap2t7k img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-cooq7u {
    font-size: 20px;
}

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

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

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

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

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

.ui-cm0xig .ui-tqb5b7 {
    position: relative;
    z-index: 1;
}

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

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

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

.s-fu9hm1 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-wmgbnd {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-wmgbnd td {
    padding: 12px 0;
    font-size: 14px;
}

.is-wmgbnd td:first-child {
    color: var(--text-secondary);
}

.is-wmgbnd td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.m-hi99ti {
    margin-bottom: 24px;
}

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

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

.el-xylfom {
    margin-bottom: 32px;
}

.el-xylfom img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.s-dbr1bl p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.js-a6ek95 h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.js-a6ek95 p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.opsyej li:last-child,
.el-l42cxz li:last-child {
    border-bottom: none;
}

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

.opsyej a:hover,
.el-l42cxz a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.ui-yj5zqb h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-t0xy8v {
        display: none;
    }
    
    .ui-wcl8ul {
        display: flex;
    }
    
    .m-ljbnh0 {
        font-size: 40px;
    }
    
    .s-hwat5q,
    .js-pb9q0q,
    .x-tfre6y,
    ._nh4vx3,
    .m-zsoqd0,
    .s-hgc9bn,
    .m-y1xhyr,
    .c-jr1wfv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tkyjrd,
    .x-nwe7x0,
    .is-v4t96q,
    .c-k5esc2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-lgqeuo,
    .is-asddyh,
    .el-uldtd6 {
        grid-template-columns: 1fr;
    }
    
    .js-vo8wr1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-g5kwhj,
    .c-y3fwtf {
        flex-direction: column;
        text-align: center;
    }
    
    .el-uq99ov,
    .el-cbgpy5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-ljbnh0 {
        font-size: 32px;
    }
    
    .is-pdhmuc,
    ._qfpfyy {
        font-size: 28px;
    }
    
    .s-hwat5q,
    .js-pb9q0q,
    .x-tfre6y,
    ._nh4vx3,
    .m-zsoqd0,
    .tkyjrd,
    .x-nwe7x0,
    .is-v4t96q,
    .c-k5esc2,
    .s-hgc9bn,
    .m-y1xhyr,
    .c-jr1wfv {
        grid-template-columns: 1fr;
    }
    
    .js-vo8wr1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-fqvtam,
    .is-b5c7c8,
    .m-q2pzrr {
        flex-direction: column;
    }
    
    .is-xkbkmu {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-t87rme {
        bottom: 20px;
        right: 20px;
    }
    
    .c-n10dy6 {
        display: none;
    }
    
    .js-h9203t {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._buwmyn {
        grid-template-columns: 1fr;
    }
    
    .js-khr3n7 {
        grid-template-columns: 1fr;
    }
    
    .s-fu9hm1 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-fjjksh {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-aank85 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._jof7fe,
    .s-t87rme,
    .el-ofpuaz,
    .og83np {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
