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

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

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

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

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

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

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

.s-ijo7hk {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-a223ql:hover,
.m-a223ql.js-b1yj1l {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-w4q0m4 {
    width: 100%;
}

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

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

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

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

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

.ui-a54e8v {
    max-width: 700px;
}

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

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

.is-tm7dph {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.el-egg72t {
    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-ffn5rf {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-epmhvo {
    font-size: 24px;
}

.el-derh67 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-dagjb6:hover .js-x23pm1 img {
    transform: scale(1.1);
}

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

.el-xjwe5t {
    padding: 20px;
}

.el-xjwe5t h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-xj28ww img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.c-ulz8uy {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ui-j0c5zb {
    font-size: 32px;
}

.c-ulz8uy h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-uluy3d {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-q9qobj:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-oio7r8.active .el-lgt273 {
    transform: rotate(45deg);
}

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

.is-oio7r8.active .is-pt74oi {
    max-height: 500px;
}

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

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

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

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

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

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

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

._q8xsm7:hover .vg27i5 img {
    transform: scale(1.05);
}

.m-hhlcti {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._g4ic1u {
    display: flex;
    gap: 16px;
}

._zvpnrt {
    text-align: center;
}

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

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

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

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

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

.s-zydcf5 img {
    width: 48px;
    height: 48px;
}

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

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

.js-po5ffp h4,
.s-na2e8q h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-xctd91 {
    font-size: 20px;
}

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

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

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

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

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

.ahrx5s .c-o9tjtw {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.ui-sspxf8 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-sspxf8 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-j1tcb4 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-qq5ccd li:last-child,
.is-fy9ogf li:last-child {
    border-bottom: none;
}

.is-qq5ccd a,
.is-fy9ogf a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-qq5ccd a:hover,
.is-fy9ogf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-kuyqih ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-ijo7hk {
        display: none;
    }
    
    .c-gxasxi {
        display: flex;
    }
    
    .el-sptpqo {
        font-size: 40px;
    }
    
    ._ipdfdk,
    .t4bn9d,
    .s-kaopuc,
    .ui-a4sl0j,
    .c-g06phs,
    .js-ush18o,
    .is-akg5me,
    .m-ri7v7d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ndpvf5,
    .q6pp8b,
    .sa9pjv,
    .is-dc9x6v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-g9ltvd,
    .js-zohqq6,
    ._jdf0ig {
        grid-template-columns: 1fr;
    }
    
    .is-v3az9q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-rh31wf,
    .s-ohxzxk {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-t4jqid,
    .s-pqbldu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-sptpqo {
        font-size: 32px;
    }
    
    .el-p0xbjs,
    .c-y968v5 {
        font-size: 28px;
    }
    
    ._ipdfdk,
    .t4bn9d,
    .s-kaopuc,
    .ui-a4sl0j,
    .c-g06phs,
    .ndpvf5,
    .q6pp8b,
    .sa9pjv,
    .is-dc9x6v,
    .js-ush18o,
    .is-akg5me,
    .m-ri7v7d {
        grid-template-columns: 1fr;
    }
    
    .is-v3az9q {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-tm7dph,
    .s-kptfuu,
    ._g4ic1u {
        flex-direction: column;
    }
    
    .ui-xm00l2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-rdhq20 {
        bottom: 20px;
        right: 20px;
    }
    
    .s-yv6uof {
        display: none;
    }
    
    .x-xij5yo {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-ls922k {
        grid-template-columns: 1fr;
    }
    
    .is-tvhz4h {
        grid-template-columns: 1fr;
    }
    
    .ui-if95mm {
        flex-direction: column;
        gap: 12px;
    }
    
    .svcp9f {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-j4nyau {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-lwg4lh,
    .x-rdhq20,
    .ui-aja2z2,
    .s-dl2mrh {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
