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

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

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

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

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

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

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

.js-wzn0l6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-s3vbnj:hover,
.c-s3vbnj.is-yrzikw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-xdguhr {
    padding: 10px 20px;
    font-size: 14px;
}

.x-f5wbgd {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-qgsfz9 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-byq2zg {
    font-size: 24px;
}

.s-sps2ju {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-um5p43:hover .is-quaa9m img {
    transform: scale(1.1);
}

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

.m-og8imc {
    padding: 20px;
}

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

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

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

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

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

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

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

.js-cag50b {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.el-sg61qy {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

.s-i2467w {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.s-i2467w h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-hn7c8t a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fu0kht.active .c-m8mbl0 {
    transform: rotate(45deg);
}

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

.fu0kht.active .m-ufu7h8 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-nil1xj:hover .m-ubqqc8 img {
    transform: scale(1.05);
}

.el-vqyh9j {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-xfmyb2 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.el-lslsns h4,
.c-vn9zjl h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-n8wk1j {
    display: flex;
    gap: 12px;
}

.m-n8wk1j img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-ebl1wr {
    font-size: 20px;
}

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

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

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

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

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

.is-ry1cvy .m-w52uyh {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-jqjsxt {
    margin: 16px 0 32px;
}

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

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

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

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

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

.ui-si9g5a {
    width: 100%;
    margin-bottom: 24px;
}

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

.ui-si9g5a td {
    padding: 12px 0;
    font-size: 14px;
}

.ui-si9g5a td:first-child {
    color: var(--text-secondary);
}

.ui-si9g5a td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.el-v3ojaj {
    margin-bottom: 24px;
}

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

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

.x-ycim76 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-x1mt07 li,
.is-zllz1c li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-x1mt07 li:last-child,
.is-zllz1c li:last-child {
    border-bottom: none;
}

.s-x1mt07 a,
.is-zllz1c a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-x1mt07 a:hover,
.is-zllz1c a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-muipvu {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-wzn0l6 {
        display: none;
    }
    
    .x-uq3a66 {
        display: flex;
    }
    
    .xfuhlb {
        font-size: 40px;
    }
    
    .x-debloc,
    .m-qyif5m,
    .s-v3j8dp,
    .hak0hi,
    .x-hps2op,
    .ui-bv3gw5,
    ._g7zpta,
    .o38pej {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ijqf17,
    .ui-motkhc,
    .m-nbgmu9,
    .ui-tu4xm6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-zu3lw8,
    .el-yywn8q,
    .ro2v4v {
        grid-template-columns: 1fr;
    }
    
    .m-jaod5w {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-shywhh,
    .ui-ju7klj {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-zl66uw,
    .m-ym6kz3 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .xfuhlb {
        font-size: 32px;
    }
    
    .el-qgsfz9,
    .el-wwyl2q {
        font-size: 28px;
    }
    
    .x-debloc,
    .m-qyif5m,
    .s-v3j8dp,
    .hak0hi,
    .x-hps2op,
    .el-ijqf17,
    .ui-motkhc,
    .m-nbgmu9,
    .ui-tu4xm6,
    .ui-bv3gw5,
    ._g7zpta,
    .o38pej {
        grid-template-columns: 1fr;
    }
    
    .m-jaod5w {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-oh28qn,
    .tb0xx6,
    .s-xfmyb2 {
        flex-direction: column;
    }
    
    .s-u80184 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-veerq3 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-ev567p {
        display: none;
    }
    
    .s-l0g74y {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-ahodf6 {
        grid-template-columns: 1fr;
    }
    
    .ui-cyfaal {
        grid-template-columns: 1fr;
    }
    
    .m-inok8o {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-dmjw5f {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-ef8ij3 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-qekapt,
    .is-veerq3,
    .dblxg2,
    .fti1zp {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
