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

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

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

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

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

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

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

.m-ns99zn {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

.el-nx7akh {
    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-nx7akh:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

.c-fvzso9 {
    background: #fff;
    color: var(--bg-dark);
}

.c-fvzso9:hover {
    background: var(--accent);
}

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

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

.s-lcim1b {
    padding: 10px 20px;
    font-size: 14px;
}

.js-j1m7ei {
    width: 100%;
}

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

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

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

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

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

.m-hqpsoa {
    max-width: 700px;
}

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

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

.js-yahf6f {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.is-xljn5v {
    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-cawoz0 {
    text-align: center;
    margin-bottom: 48px;
}

.m-woqy9z {
    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-ymga25 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.x-pvz2yt {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.js-eufa1a {
    font-size: 24px;
}

.m-pswf7o {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-ysq2fc:hover .s-m9wh55 img {
    transform: scale(1.1);
}

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

.s-fsk71m {
    padding: 20px;
}

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

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

.el-vvwz72 {
    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
   ======================================== */
.ui-sqec3l {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._fpz4ln {
    text-align: center;
}

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

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

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

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

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

.m-c99k1r img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-g57at2 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-uq4pvs:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-mn5633.active ._qzzyvv {
    transform: rotate(45deg);
}

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

.is-mn5633.active .xwl1mv {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-p8vxm4:hover .is-pbn9t7 img {
    transform: scale(1.05);
}

.is-hx6gco {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ggo2ws {
    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-veobk5 {
    font-size: 20px;
}

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

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

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

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

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

.is-grdpxn .c-jk1ct9 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-wzk39w {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-wzk39w td {
    padding: 12px 0;
    font-size: 14px;
}

.s-wzk39w td:first-child {
    color: var(--text-secondary);
}

.s-wzk39w td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.js-fawb29 {
    margin-bottom: 24px;
}

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

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

.s-fpk2g0 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-gdmfxc li,
.m-rc9a8s li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-gdmfxc li:last-child,
.m-rc9a8s li:last-child {
    border-bottom: none;
}

.x-gdmfxc a,
.m-rc9a8s a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-gdmfxc a:hover,
.m-rc9a8s a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-ns99zn {
        display: none;
    }
    
    ._c3h5o9 {
        display: flex;
    }
    
    .c-yyu4jp {
        font-size: 40px;
    }
    
    .js-h7ut5l,
    .m-f1jt23,
    .el-ejm2mi,
    .x-vpilit,
    .c-w1ew8l,
    .m-n6jg03,
    .js-s3zpce,
    .m-ydwzh4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-bdt6k1,
    .s-g2eyja,
    .js-btjf4y,
    .ui-lzphoz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ua3m0m,
    .js-uf662o,
    .i9syzw {
        grid-template-columns: 1fr;
    }
    
    .is-syfp1h {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .w0x57y,
    ._w0enia {
        flex-direction: column;
        text-align: center;
    }
    
    .c-qyfscv,
    .woa82l {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-yyu4jp {
        font-size: 32px;
    }
    
    .m-ymga25,
    .b84a9h {
        font-size: 28px;
    }
    
    .js-h7ut5l,
    .m-f1jt23,
    .el-ejm2mi,
    .x-vpilit,
    .c-w1ew8l,
    .s-bdt6k1,
    .s-g2eyja,
    .js-btjf4y,
    .ui-lzphoz,
    .m-n6jg03,
    .js-s3zpce,
    .m-ydwzh4 {
        grid-template-columns: 1fr;
    }
    
    .is-syfp1h {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-yahf6f,
    .el-ikjq7i,
    .x-qi1mwb {
        flex-direction: column;
    }
    
    .js-w2nxkp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-yp4lub {
        bottom: 20px;
        right: 20px;
    }
    
    .c-uc4juu {
        display: none;
    }
    
    .s-ggo2ws {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-zva73h {
        grid-template-columns: 1fr;
    }
    
    .c-he2f9b {
        grid-template-columns: 1fr;
    }
    
    .x-bm2iq8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-vtfscp {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-swblr6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-pqxoug,
    .ui-yp4lub,
    .s-szfc1y,
    .ui-k0iclm {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
