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

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

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

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

.is-cynqsx img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.ui-dp6y6e {
    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-wqsmhy {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-tpbhxe:hover,
.m-tpbhxe._npdi28 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.x-c8eft0 {
    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-c8eft0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-hj2s6g {
    width: 100%;
}

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

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

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

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

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

._ftsxr2 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-lhmjh7 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.vyaowt {
    font-size: 24px;
}

.s-ldq21r {
    position: relative;
}

.s-ldq21r img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.is-jx0fsi {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.b5wdwn:hover .trhkeo img {
    transform: scale(1.1);
}

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

.c-to04e4 {
    padding: 20px;
}

.c-to04e4 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

.s-ecuh56 {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

.js-i9uzi6 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.c-yuk06s {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-xu9za8 h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

.is-s8r7fs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

.js-javu3n.active .s-r79pu5 {
    transform: rotate(45deg);
}

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

.js-javu3n.active .q154ir {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-tbt945:hover .is-nvdoo3 img {
    transform: scale(1.05);
}

._je5tr7 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kmlb6g {
    text-align: center;
}

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

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

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

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

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

.js-us3wx2 img {
    width: 48px;
    height: 48px;
}

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

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

.c-kototx h4,
.js-m8g2w1 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-chppfq {
    font-size: 20px;
}

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

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

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

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

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

.ui-utiwnh .c-j6q6lx {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.x-y5gxkt h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-y5gxkt h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

.x-y5gxkt p strong {
    color: var(--primary);
}

.js-fy5rfc {
    margin: 16px 0 32px;
}

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

.js-fy5rfc li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.js-c5wyaa {
    margin-bottom: 24px;
}

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

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

.el-rmf9jc {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ssnqww li:last-child,
.el-do48ck li:last-child {
    border-bottom: none;
}

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

._ssnqww a:hover,
.el-do48ck a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-kh9aup 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-wqsmhy {
        display: none;
    }
    
    .m-r5syzg {
        display: flex;
    }
    
    .js-u14ka0 {
        font-size: 40px;
    }
    
    .c-opgomi,
    .s-h4b4o9,
    .ui-kf8bje,
    .ui-pagfna,
    .m-n0670y,
    ._ldhjqd,
    .c-j7lfgk,
    .x-elata3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brhqtc,
    .qcyhxt,
    .ui-hpfqg9,
    .sdze2y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-fey7ay,
    .s-z2caek,
    ._cehc0g {
        grid-template-columns: 1fr;
    }
    
    .is-id78lu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-aza0lk,
    .c-heb8ub {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-u7jy8b,
    .m-rocs2f {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-u14ka0 {
        font-size: 32px;
    }
    
    .s-iu1u8f,
    .c-qytu1y {
        font-size: 28px;
    }
    
    .c-opgomi,
    .s-h4b4o9,
    .ui-kf8bje,
    .ui-pagfna,
    .m-n0670y,
    .brhqtc,
    .qcyhxt,
    .ui-hpfqg9,
    .sdze2y,
    ._ldhjqd,
    .c-j7lfgk,
    .x-elata3 {
        grid-template-columns: 1fr;
    }
    
    .is-id78lu {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-mfuc7s,
    .c-tvsoj4,
    ._sv8few {
        flex-direction: column;
    }
    
    .el-gchq40 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-v05l1p {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-wtm9so {
        display: none;
    }
    
    .is-atshfa {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-lgcbdr {
        grid-template-columns: 1fr;
    }
    
    .el-jd2766 {
        grid-template-columns: 1fr;
    }
    
    .s-ybno0z {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-bj5wka {
        flex-direction: column;
        gap: 8px;
    }
    
    .id7o9v {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._q7dsla,
    .m-v05l1p,
    .c-lznznl,
    .s-x0wgoj {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
