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

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

/* ========================================
   Header & Navigation
   ======================================== */
.el-l0xmvg {
    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-cn365k {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.el-plqxgd img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

.ui-n9632h {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-xfc60n:hover,
.ui-xfc60n.x-uvl2uj {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-vokddi {
    background: #fff;
    color: var(--bg-dark);
}

.ui-vokddi:hover {
    background: var(--accent);
}

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

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

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

.is-elh7mx {
    width: 100%;
}

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

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

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

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

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

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

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

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

.s-hv8hkg {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.ui-h4ioif {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.ui-liv6if {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.js-ek0njv {
    font-size: 24px;
}

.ui-t2iyw8 {
    position: relative;
}

.ui-t2iyw8 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.el-gjqaio {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.h1rlxx:hover .m-ij57bq img {
    transform: scale(1.1);
}

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

.is-ub8qmx {
    padding: 20px;
}

.is-ub8qmx h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-e918cd {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.js-ya2scy {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-vai4c6 {
    text-align: center;
}

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

.el-vai4c6 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.is-ql47a1 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

._vbmi24:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-ebdk8x.active .is-als8tx {
    transform: rotate(45deg);
}

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

.x-ebdk8x.active .is-bz4oej {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-zpw7lr:hover ._j0pzjv img {
    transform: scale(1.05);
}

.ui-dhg0sq {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-o5a04l h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-ysycn3 img {
    width: 48px;
    height: 48px;
}

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

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

.m-f2uq43 h4,
._qbguzt h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-rqvaa8 {
    display: flex;
    gap: 12px;
}

.s-rqvaa8 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._lpwqjd {
    font-size: 20px;
}

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

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

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

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

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

.el-v851bn .s-cq6r8q {
    position: relative;
    z-index: 1;
}

.js-h6tmft {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.c-lwdiie h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.c-lwdiie h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.ui-aeusuo {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-mkouca {
    margin-bottom: 24px;
}

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

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

.ui-jabggt {
    margin-bottom: 32px;
}

.ui-jabggt img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.s-nsl5j7 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-zi80vj li:last-child,
.is-ev0glu li:last-child {
    border-bottom: none;
}

.js-zi80vj a,
.is-ev0glu a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-zi80vj a:hover,
.is-ev0glu a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-x6a409 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.is-ihhcxc ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-n9632h {
        display: none;
    }
    
    .c-l2gz56 {
        display: flex;
    }
    
    .ui-w6ohdn {
        font-size: 40px;
    }
    
    .tqg0f2,
    .s-kdwu91,
    .js-rj7x5t,
    .js-l95zpg,
    .m-p3oujr,
    .x-wvjo4c,
    .uw6lpq,
    .js-csrgkg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-c26ro1,
    ._n6p5qw,
    .m-gsv96u,
    ._r9c9z7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .e3kizw,
    .el-zr9ylq,
    .is-op50s7 {
        grid-template-columns: 1fr;
    }
    
    ._zzspk5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ty47li,
    .el-zvyd43 {
        flex-direction: column;
        text-align: center;
    }
    
    .c-qpfw0r,
    .x-e918cd {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-w6ohdn {
        font-size: 32px;
    }
    
    .c-dw75p7,
    .js-h6tmft {
        font-size: 28px;
    }
    
    .tqg0f2,
    .s-kdwu91,
    .js-rj7x5t,
    .js-l95zpg,
    .m-p3oujr,
    .m-c26ro1,
    ._n6p5qw,
    .m-gsv96u,
    ._r9c9z7,
    .x-wvjo4c,
    .uw6lpq,
    .js-csrgkg {
        grid-template-columns: 1fr;
    }
    
    ._zzspk5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-hv8hkg,
    .a4ei06,
    .c177dz {
        flex-direction: column;
    }
    
    .js-u0qydi {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-h9ddyg {
        bottom: 20px;
        right: 20px;
    }
    
    .m-t2gntl {
        display: none;
    }
    
    .tt6fzk {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-k33r9z {
        grid-template-columns: 1fr;
    }
    
    .ui-wfxl3t {
        grid-template-columns: 1fr;
    }
    
    .m-cwsucf {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-p0r66k {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-vahidf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-l0xmvg,
    .c-h9ddyg,
    .is-ihzwyp,
    .c-xy5brm {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
