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

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

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

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

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

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

.s-dmcicu {
    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-aww39q {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.is-rd84ml:hover,
.is-rd84ml.x-k76jex {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-m6o3g9 {
    padding: 10px 20px;
    font-size: 14px;
}

.is-ybneqv {
    width: 100%;
}

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

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

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

.el-lu1cgi::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-ev6bkf {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

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

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

.js-f44hdx {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ytdc8f {
    font-size: 24px;
}

.m-vqdyiv {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-jy0qyi:hover .js-gfd1rm img {
    transform: scale(1.1);
}

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

.m-gnecsh {
    padding: 20px;
}

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

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

.el-nbx0ig {
    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
   ======================================== */
.x-ilkg2s {
    background: var(--bg-dark);
}

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

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

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

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

.ui-bs4w0q {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ees8f9 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-can81z a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-st9jad:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-db75m6.active .lbl7af {
    transform: rotate(45deg);
}

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

.js-db75m6.active .js-l1hkdp {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-w31msp:hover .jweda8 img {
    transform: scale(1.05);
}

.iqlxmq {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-vacwvt {
    text-align: center;
}

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

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

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

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

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

.c-kx04z1 img {
    width: 48px;
    height: 48px;
}

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

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

.m-l0taxz h4,
._yyt8dt h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._vw2fxy {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

.js-owxx5t .f0qrx0 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-n49b3y {
    width: 100%;
    margin-bottom: 24px;
}

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

.el-n49b3y td {
    padding: 12px 0;
    font-size: 14px;
}

.el-n49b3y td:first-child {
    color: var(--text-secondary);
}

.el-n49b3y td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

.oidzuc {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-cqvqaq li,
.m-akfkes li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-cqvqaq li:last-child,
.m-akfkes li:last-child {
    border-bottom: none;
}

.ui-cqvqaq a,
.m-akfkes a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-cqvqaq a:hover,
.m-akfkes a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.m-c50g41 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dxq9oo 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-aww39q {
        display: none;
    }
    
    .x-z5xnld {
        display: flex;
    }
    
    .ui-sh5ahc {
        font-size: 40px;
    }
    
    ._p3pnuv,
    .is-gnylm6,
    .jblskg,
    .l2plak,
    .m-ennyq9,
    .el-u5t9b8,
    .is-tvrkig,
    .x-stup8d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-cn6h7c,
    .c-b1h6vc,
    .ui-sd7qjq,
    .js-pwgeiu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-zgnspo,
    .c-k0cjqp,
    ._blhs92 {
        grid-template-columns: 1fr;
    }
    
    .js-aw9wji {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-dshujj,
    .s-xy1s05 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-lomk9x,
    .x-wonzns {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-sh5ahc {
        font-size: 32px;
    }
    
    .ui-i0wfkj,
    .el-wb6e7i {
        font-size: 28px;
    }
    
    ._p3pnuv,
    .is-gnylm6,
    .jblskg,
    .l2plak,
    .m-ennyq9,
    .js-cn6h7c,
    .c-b1h6vc,
    .ui-sd7qjq,
    .js-pwgeiu,
    .el-u5t9b8,
    .is-tvrkig,
    .x-stup8d {
        grid-template-columns: 1fr;
    }
    
    .js-aw9wji {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-pafu24,
    .is-a53uu8,
    .is-rg5leb {
        flex-direction: column;
    }
    
    ._klq1ez {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-cw0ge6 {
        bottom: 20px;
        right: 20px;
    }
    
    .s-y5s9rz {
        display: none;
    }
    
    ._vw2fxy {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-zvgxq6 {
        grid-template-columns: 1fr;
    }
    
    .c-nr42r8 {
        grid-template-columns: 1fr;
    }
    
    .ggjp3z {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-dbp1wx {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-u55y9q {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-cobiu4,
    .m-cw0ge6,
    .s-gce85u,
    .s-dkwc29 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
