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

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

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

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

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

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

.m-w53xnn {
    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-njp8ax {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.is-w6791x:hover,
.is-w6791x._wxjdo9 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-k9lgfp {
    padding: 10px 20px;
    font-size: 14px;
}

.c-awjppl {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.m-htz9ex {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ztt283 {
    font-size: 24px;
}

.c-o7ik8e {
    position: relative;
}

.c-o7ik8e img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.js-cnm7dk:hover .is-md2vbe img {
    transform: scale(1.1);
}

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

.m-sv1qdy {
    padding: 20px;
}

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

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

.x-yjnna0 {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.goajg2 {
    text-align: center;
}

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

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

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

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

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

.c-woe21r img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.i6oh62 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-p66s6n:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-q3ooxe.active .s-g3z8yo {
    transform: rotate(45deg);
}

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

.c-q3ooxe.active .m-wzh7mt {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-cpvatk:hover .el-qv0q5i img {
    transform: scale(1.05);
}

._wjlaic {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-g6w9um h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

.c-oawcqf {
    display: flex;
    gap: 16px;
}

._cq2z19 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.x-ubu8d2 h4,
.el-mnf9uf h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.x-ubu8d2 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

.o0785s {
    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-brftad {
    font-size: 20px;
}

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

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

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

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

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

.ui-nsaei2 .el-vhm12l {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.s-kj6fho h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.s-kj6fho h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.x-lvpiaw {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-w0nk2m {
    margin-bottom: 24px;
}

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

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

.is-j7s2rg {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wj5fb1 li:last-child,
.m-uwbd3w li:last-child {
    border-bottom: none;
}

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

.wj5fb1 a:hover,
.m-uwbd3w a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-kj01bn {
    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-wdjmrt h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._y49pu2 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-njp8ax {
        display: none;
    }
    
    .m-c8w9wx {
        display: flex;
    }
    
    .x-o2rb4l {
        font-size: 40px;
    }
    
    ._q07ox7,
    .is-dm09au,
    .c-r19tsf,
    .ui-xhx4aq,
    .ui-qqf13k,
    ._lspfw3,
    .js-oazh07,
    .x-tn77rw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ki778h,
    .c-yqflov,
    .s-h32vbk,
    .x-ro20x4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-s100ha,
    .s-ppymxy,
    .el-ww2aln {
        grid-template-columns: 1fr;
    }
    
    .js-saf1ai {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .usnzot,
    .m-ohmnv6 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-am83vf,
    .m-lsk1j4 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-o2rb4l {
        font-size: 32px;
    }
    
    ._wcqlib,
    .is-i4yvyl {
        font-size: 28px;
    }
    
    ._q07ox7,
    .is-dm09au,
    .c-r19tsf,
    .ui-xhx4aq,
    .ui-qqf13k,
    .s-ki778h,
    .c-yqflov,
    .s-h32vbk,
    .x-ro20x4,
    ._lspfw3,
    .js-oazh07,
    .x-tn77rw {
        grid-template-columns: 1fr;
    }
    
    .js-saf1ai {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-xytgph,
    .c-gikq69,
    .c-oawcqf {
        flex-direction: column;
    }
    
    .is-whipdj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-rpjyb9 {
        bottom: 20px;
        right: 20px;
    }
    
    .js-oc1nlx {
        display: none;
    }
    
    .o0785s {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-z1zp9k {
        grid-template-columns: 1fr;
    }
    
    .m-f6rxvg {
        grid-template-columns: 1fr;
    }
    
    .js-cjytrg {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-bcvuhv {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-o3ou77 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-ev625l,
    .s-rpjyb9,
    .el-zn40uj,
    ._nc9ciy {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
