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

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

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

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

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

.s-icr012 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.js-gnoriy:hover,
.js-gnoriy._f1wvkk {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.s-yzggnz {
    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-trz07i {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

.m-o9o06a {
    background: #fff;
    color: var(--bg-dark);
}

.m-o9o06a:hover {
    background: var(--accent);
}

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

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

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

.is-vy2d7u {
    width: 100%;
}

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

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

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

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

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

.c-v975sa {
    max-width: 700px;
}

.optlvw {
    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-ngiq3g {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

.m-rvifsv {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

.is-jgyrho {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.utb7gu {
    font-size: 24px;
}

.x-fo478k {
    position: relative;
}

.x-fo478k img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.ui-pva6x7 {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.s-cy1y48 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

._hmtml8:hover .is-vgmmxv img {
    transform: scale(1.1);
}

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

.s-bqy9lv {
    padding: 20px;
}

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

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

.el-jqex9e {
    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
   ======================================== */
._iy980c {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-f9ryh0 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-s4wl7v h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

.m-uj5qn3 h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

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

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

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

.x-fzg4bt:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-todk8r.active .is-eo64nf {
    transform: rotate(45deg);
}

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

.c-todk8r.active .b07ldk {
    max-height: 500px;
}

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

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

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

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

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

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

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

.q9fcrv:hover .c-ynobzj img {
    transform: scale(1.05);
}

.el-yv64ma {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-shkf4e h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

.el-g3hyhe {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.mesrga img {
    width: 48px;
    height: 48px;
}

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

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

.ui-vb10yd h4,
.c-s0ko20 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-e4k27e {
    display: flex;
    gap: 12px;
}

.js-e4k27e img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.js-bbathg {
    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-vtzoyg {
    font-size: 20px;
}

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

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

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

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

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

.ui-pogl8s .el-h80b10 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lou0g6 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uxmt4x li,
.s-qkqcuf li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.uxmt4x li:last-child,
.s-qkqcuf li:last-child {
    border-bottom: none;
}

.uxmt4x a,
.s-qkqcuf a {
    font-size: 14px;
    color: var(--text-secondary);
}

.uxmt4x a:hover,
.s-qkqcuf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-esikl1 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._hxh1fj {
        display: none;
    }
    
    .el-wfq7ej {
        display: flex;
    }
    
    .optlvw {
        font-size: 40px;
    }
    
    .s-kbgmev,
    .js-yjn1gb,
    .c-p9lpwa,
    .m-mzbc8f,
    .pj7poi,
    .is-ayrz7g,
    .el-lg9wyj,
    .x-qt4auh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-uuodpv,
    .el-kzv6zq,
    .s-s01tzd,
    .ui-teehfi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-o3c97t,
    .el-f48hm8,
    .x-yy3zid {
        grid-template-columns: 1fr;
    }
    
    .s-rayb5j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._ggy1dc,
    .el-srsedr {
        flex-direction: column;
        text-align: center;
    }
    
    .c-jweucs,
    .s-khb26l {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .optlvw {
        font-size: 32px;
    }
    
    .ui-t4q645,
    .erdybj {
        font-size: 28px;
    }
    
    .s-kbgmev,
    .js-yjn1gb,
    .c-p9lpwa,
    .m-mzbc8f,
    .pj7poi,
    .el-uuodpv,
    .el-kzv6zq,
    .s-s01tzd,
    .ui-teehfi,
    .is-ayrz7g,
    .el-lg9wyj,
    .x-qt4auh {
        grid-template-columns: 1fr;
    }
    
    .s-rayb5j {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .pq2nqj,
    .m-yx0uzu,
    .el-g3hyhe {
        flex-direction: column;
    }
    
    .s-nzjx0q {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-yxp6hg {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-ir6s08 {
        display: none;
    }
    
    .js-bbathg {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-p5r0fk {
        grid-template-columns: 1fr;
    }
    
    .is-e4qs33 {
        grid-template-columns: 1fr;
    }
    
    .el-atdnm3 {
        flex-direction: column;
        gap: 12px;
    }
    
    ._mejaum {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-ccrx4b {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-brxjry,
    .js-yxp6hg,
    .el-nobxdz,
    .is-r36m3w {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
