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

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

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

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

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

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

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

.c-sj4de5 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-xkig7g:hover,
.ui-xkig7g.m-fnmoob {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-wkfcal {
    padding: 10px 20px;
    font-size: 14px;
}

.m-e4dm6e {
    width: 100%;
}

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

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

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

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

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

.el-wuh4cr {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-e7h3xb {
    font-size: 24px;
}

.js-tcskam {
    position: relative;
}

.js-tcskam img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.x-iht1zu {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.m-wun89v:hover .sws0sv img {
    transform: scale(1.1);
}

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

.x-n17cql {
    padding: 20px;
}

.x-n17cql h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

._fumxcs {
    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-c1u9bs {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.s-r4bw3n {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._o6ogb8 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-u0zfoz h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-vda8al:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-u2ndlf.active .js-s06rxr {
    transform: rotate(45deg);
}

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

.c-u2ndlf.active .js-ca4w9t {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-dy4d9h:hover .is-t0d7k2 img {
    transform: scale(1.05);
}

.el-vevgya {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wxqpab h4,
.j616fc h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-qxfq1l {
    font-size: 20px;
}

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

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

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

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

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

._tumxnh .el-wnx67v {
    position: relative;
    z-index: 1;
}

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

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

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

.el-yesb6c {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-wt9j6u {
    margin-bottom: 24px;
}

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

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

.js-gqijqv {
    margin-bottom: 32px;
}

.js-gqijqv img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.el-jw314e p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.f1cw4z li,
.ui-fotpzg li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.f1cw4z li:last-child,
.ui-fotpzg li:last-child {
    border-bottom: none;
}

.f1cw4z a,
.ui-fotpzg a {
    font-size: 14px;
    color: var(--text-secondary);
}

.f1cw4z a:hover,
.ui-fotpzg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-k7g5ga ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-sj4de5 {
        display: none;
    }
    
    .c-o8tpjj {
        display: flex;
    }
    
    .c-xa6tdy {
        font-size: 40px;
    }
    
    .c-qhhrql,
    .jf7o28,
    .el-l3kbbq,
    .ui-oufkzt,
    .ui-uaivs5,
    .s-p2w1vc,
    .js-pmmv10,
    .el-ye6k8j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-soj0l4,
    .js-b0wpux,
    ._v0t5sx,
    .el-gu54ho {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-u49gei,
    .x-eqs93p,
    .c-bzwi6z {
        grid-template-columns: 1fr;
    }
    
    .x-tts89e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .qzilq8,
    .kjesdk {
        flex-direction: column;
        text-align: center;
    }
    
    .m-b0km76,
    .el-tdvabt {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-xa6tdy {
        font-size: 32px;
    }
    
    .js-xbi5t5,
    .ui-qe46l8 {
        font-size: 28px;
    }
    
    .c-qhhrql,
    .jf7o28,
    .el-l3kbbq,
    .ui-oufkzt,
    .ui-uaivs5,
    .x-soj0l4,
    .js-b0wpux,
    ._v0t5sx,
    .el-gu54ho,
    .s-p2w1vc,
    .js-pmmv10,
    .el-ye6k8j {
        grid-template-columns: 1fr;
    }
    
    .x-tts89e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-dowbzc,
    .js-xkrc5g,
    .js-tpme95 {
        flex-direction: column;
    }
    
    ._mc4iyc {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-vi001z {
        bottom: 20px;
        right: 20px;
    }
    
    .m-xxthtz {
        display: none;
    }
    
    ._fxsa2t {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-xpzrvi {
        grid-template-columns: 1fr;
    }
    
    .s-g9nayx {
        grid-template-columns: 1fr;
    }
    
    .el-yesb6c {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-v075x6 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._d2aye4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .jvp3e7,
    .m-vi001z,
    .s-yb1r3j,
    .s-zw0pvq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
