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

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

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

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

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

.js-hc4lr2 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.mn8f22 {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-mpyuxv {
    background: #fff;
    color: var(--bg-dark);
}

.el-mpyuxv:hover {
    background: var(--accent);
}

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

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

.ui-sjl79a {
    padding: 10px 20px;
    font-size: 14px;
}

.msvxz3 {
    width: 100%;
}

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

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

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

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

.s-sw7pv9 {
    max-width: 700px;
}

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

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

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

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

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

.js-wv0349 {
    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-py66hz {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.m-ibvi92 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.m-ab9l7s {
    font-size: 24px;
}

.is-wuv0kc {
    position: relative;
}

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

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

.js-r64ch2 {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.c-zs0em5 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

._s0oc1t:hover ._vb498x img {
    transform: scale(1.1);
}

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

.s-xiuwun {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-vlm6rq {
    text-align: center;
}

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

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

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

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

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

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

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

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

.is-mndj0f {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

._b2zn8v {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._guogy3.active .s-hcc3i2 {
    transform: rotate(45deg);
}

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

._guogy3.active .js-fy6wib {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-tjbu82:hover .is-laq134 img {
    transform: scale(1.05);
}

.x-p2d1vs {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-clx59j h4,
.js-ol1g4c h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.el-u9tjfv {
    display: flex;
    gap: 12px;
}

.el-u9tjfv img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-suwako {
    font-size: 20px;
}

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

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

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

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

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

.el-c3bp8p .s-b8ait9 {
    position: relative;
    z-index: 1;
}

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

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

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

.s-oxi4ht {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.m-a0nrvp {
    margin: 16px 0 32px;
}

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

.m-a0nrvp li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-hlr519 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hppwcc li:last-child,
.e5p9un li:last-child {
    border-bottom: none;
}

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

.hppwcc a:hover,
.e5p9un a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-k5gmdc h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.x-m9lvct ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-e1z80y {
        display: none;
    }
    
    .ui-wrfgjx {
        display: flex;
    }
    
    .c-p1kxvj {
        font-size: 40px;
    }
    
    .lazrmc,
    .s-v0taox,
    .k66ijb,
    .ggla8f,
    .xb493t,
    .m-ct5mrv,
    .c-g3pdvp,
    .c-j0fudn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-symj43,
    .jsslkm,
    ._jxxs7r,
    .ui-p8ca6b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._xq2jh5,
    .is-hr0d2p,
    .iop0ks {
        grid-template-columns: 1fr;
    }
    
    .x-apgf7l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-xqqahw,
    .js-xlnfqm {
        flex-direction: column;
        text-align: center;
    }
    
    ._mzkjem,
    .is-mndj0f {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-p1kxvj {
        font-size: 32px;
    }
    
    .ui-py66hz,
    .is-jv8n59 {
        font-size: 28px;
    }
    
    .lazrmc,
    .s-v0taox,
    .k66ijb,
    .ggla8f,
    .xb493t,
    .c-symj43,
    .jsslkm,
    ._jxxs7r,
    .ui-p8ca6b,
    .m-ct5mrv,
    .c-g3pdvp,
    .c-j0fudn {
        grid-template-columns: 1fr;
    }
    
    .x-apgf7l {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-upprlp,
    .m-kgcw2f,
    .x-agxvau {
        flex-direction: column;
    }
    
    .m-uat94o {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-hin4wp {
        bottom: 20px;
        right: 20px;
    }
    
    .c-dpq0pr {
        display: none;
    }
    
    .x-bmoge9 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-fher4c {
        grid-template-columns: 1fr;
    }
    
    .is-hwyl3w {
        grid-template-columns: 1fr;
    }
    
    .s-oxi4ht {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-mhm0rq {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-tqv9lg {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-vso62k,
    .js-hin4wp,
    .c-rpp8ir,
    .is-u27kc3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
