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

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

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

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

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

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

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

.is-tagu4t {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-enzwse:hover,
.c-enzwse.s-lkseax {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-j5ozt9 {
    padding: 10px 20px;
    font-size: 14px;
}

._mcilbq {
    width: 100%;
}

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

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

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

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

.x-ep3mj7 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-aaq3r4 {
    position: relative;
}

.is-aaq3r4 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.is-gzr16p {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.js-ry5hhu:hover .is-vrfozs img {
    transform: scale(1.1);
}

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

.s-ie0hfe {
    padding: 20px;
}

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

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

.is-ta5dei {
    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
   ======================================== */
.s-s0mdo4 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ozqfz0 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-j4j2yb.active .s-p40m2i {
    transform: rotate(45deg);
}

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

.el-j4j2yb.active .is-cxrzbw {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-iuvkt0:hover .c-zikhe5 img {
    transform: scale(1.05);
}

.js-p8tlgv {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ektsdh img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-jsypqa .c-u7elkp {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-gy3ekd {
    margin: 16px 0 32px;
}

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

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

.m-hlbze0 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-rkbr9u li,
.js-rbv224 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-rkbr9u li:last-child,
.js-rbv224 li:last-child {
    border-bottom: none;
}

.el-rkbr9u a,
.js-rbv224 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-rkbr9u a:hover,
.js-rbv224 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-r3yuhc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-x574ny ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-tagu4t {
        display: none;
    }
    
    .js-py7t3x {
        display: flex;
    }
    
    .y2t66t {
        font-size: 40px;
    }
    
    ._bw732r,
    .c-t1tlw7,
    .is-kno3jd,
    .el-wrs05f,
    .c-n7pw39,
    .s-at4mqu,
    .el-oalpnd,
    .ui-p023v6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .u2c82p,
    .ui-v75tii,
    .x-st10uc,
    .el-dw8mgg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._kflsvd,
    .ozi1b8,
    .x-mus0d5 {
        grid-template-columns: 1fr;
    }
    
    ._ws9kqk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-qbdl7i,
    .s-vsirso {
        flex-direction: column;
        text-align: center;
    }
    
    ._bthyfa,
    .js-je9c4f {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .y2t66t {
        font-size: 32px;
    }
    
    .el-mag2m6,
    .m-i6zuca {
        font-size: 28px;
    }
    
    ._bw732r,
    .c-t1tlw7,
    .is-kno3jd,
    .el-wrs05f,
    .c-n7pw39,
    .u2c82p,
    .ui-v75tii,
    .x-st10uc,
    .el-dw8mgg,
    .s-at4mqu,
    .el-oalpnd,
    .ui-p023v6 {
        grid-template-columns: 1fr;
    }
    
    ._ws9kqk {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-wr2okx,
    .m-az9rwd,
    .is-fr81ue {
        flex-direction: column;
    }
    
    .h872x3 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-lg0io4 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-u9k93p {
        display: none;
    }
    
    .s-lt47nv {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-mpybab {
        grid-template-columns: 1fr;
    }
    
    ._cwish4 {
        grid-template-columns: 1fr;
    }
    
    .c-gkumi0 {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-m2vwws {
        flex-direction: column;
        gap: 8px;
    }
    
    .ii3r35 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-iig8yu,
    .m-lg0io4,
    .m-mx8qff,
    .s-vzuttq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
