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

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

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

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

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

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

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

.el-bhampv {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.js-f88bk9:hover,
.js-f88bk9.c-bbtjwg {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.x-hfw9z2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.x-s9l5wb {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.x-zitqjx {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

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

.m-qjaxna {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._py5yat {
    font-size: 24px;
}

.ui-t8jlid {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._ujh53p:hover .ui-fi1spd img {
    transform: scale(1.1);
}

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

.is-bwtpsl {
    padding: 20px;
}

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

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

.c-z0z1ml {
    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
   ======================================== */
.is-xvits4 {
    background: var(--bg-dark);
}

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

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

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

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

.m-lcv1iw {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

.ui-s44mw2 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

.el-zff377 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.m-qn7l9o {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.m-nvnoeg {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-v28d9l a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-dycn62 {
    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-dycn62:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-kroi7i.active .m-n6ca1g {
    transform: rotate(45deg);
}

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

.c-kroi7i.active .m-bpnf03 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-wujisn:hover ._fs88wl img {
    transform: scale(1.05);
}

.s-z9ni4n {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-krswtb {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-jnx5ny h4,
.ui-wx2y4w h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-atszve {
    display: flex;
    gap: 12px;
}

.ui-atszve img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-y18lji {
    font-size: 20px;
}

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

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

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

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

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

.x-jq6u7j ._ubk32m {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-pma0ui {
    margin-bottom: 24px;
}

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

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

.m-t44rzt {
    margin-bottom: 32px;
}

.m-t44rzt img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.ui-ymxuwx p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-z9nu21 li:last-child,
.js-b6cfc9 li:last-child {
    border-bottom: none;
}

.s-z9nu21 a,
.js-b6cfc9 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-z9nu21 a:hover,
.js-b6cfc9 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-bhampv {
        display: none;
    }
    
    .s-qorlns {
        display: flex;
    }
    
    .x-d00kdy {
        font-size: 40px;
    }
    
    .x-notjuk,
    .s-xwd7o2,
    .s-uxrwns,
    .js-i5ftej,
    .seo4s7,
    .is-kq7c8g,
    .c-jwbejb,
    .hnfq1t {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-owsk9z,
    .js-qj6dg9,
    .b1obry,
    .is-grbmjl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-fdpi8n,
    .c-q7f4qv,
    ._v20roc {
        grid-template-columns: 1fr;
    }
    
    .m-wngq9c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-no6ipp,
    .m-a6977h {
        flex-direction: column;
        text-align: center;
    }
    
    .s-t17ncx,
    .m-qn7l9o {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-d00kdy {
        font-size: 32px;
    }
    
    .m-qjaxna,
    .ui-iq1raq {
        font-size: 28px;
    }
    
    .x-notjuk,
    .s-xwd7o2,
    .s-uxrwns,
    .js-i5ftej,
    .seo4s7,
    .ui-owsk9z,
    .js-qj6dg9,
    .b1obry,
    .is-grbmjl,
    .is-kq7c8g,
    .c-jwbejb,
    .hnfq1t {
        grid-template-columns: 1fr;
    }
    
    .m-wngq9c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-yo5lli,
    .ui-uhecz2,
    .ui-l63z53 {
        flex-direction: column;
    }
    
    ._r6cvsd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-ezv192 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-ao9e55 {
        display: none;
    }
    
    .m-lh6c8e {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-keyb6h {
        grid-template-columns: 1fr;
    }
    
    .el-yc58bh {
        grid-template-columns: 1fr;
    }
    
    .m-efdgzk {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-eiexmo {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-pan5ff {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-w8jukx,
    .el-ezv192,
    .m-o0ehgs,
    .x-pbp1jo {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
