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

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

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

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

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

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

.js-rhwl00 {
    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-x0am3j {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.el-uq4w73:hover,
.el-uq4w73.js-llbgkw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-hqujz7 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._elejo1 {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-eukx62 {
    position: relative;
}

.c-eukx62 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.s-kmqkmy {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.ui-i51arv {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.ui-xs9jgn:hover .js-ejfq5c img {
    transform: scale(1.1);
}

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

.c-avwvii {
    padding: 20px;
}

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

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

.x-b4qm5v {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-e7klps img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.js-rr2ihy {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.ebsdul {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mvqra6 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-xw38mw.active .el-fzbisa {
    transform: rotate(45deg);
}

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

.x-xw38mw.active .is-hha7q1 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-zo6byn:hover .is-uwdmhz img {
    transform: scale(1.05);
}

.x-b4zo3r {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._n4mw57 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.is-fkusqe h4,
.x-w4mplj h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.mv9ay1 {
    display: flex;
    gap: 12px;
}

.mv9ay1 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.s-urs7vk {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

.ui-yz7wu2 .bmm7mi {
    position: relative;
    z-index: 1;
}

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

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

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

.js-bsdtbc {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.x-jh7yjy {
    margin: 16px 0 32px;
}

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

.x-jh7yjy li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.x-ehouys {
    margin-bottom: 24px;
}

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

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

._agb8vm {
    margin-bottom: 32px;
}

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

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

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

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

.ui-vrnpu6 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.o293vk li:last-child,
.ui-eqiwni li:last-child {
    border-bottom: none;
}

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

.o293vk a:hover,
.ui-eqiwni a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-arrq9a ul {
    margin-bottom: 24px;
}

.m-arrq9a 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-x0am3j {
        display: none;
    }
    
    .s-l91szx {
        display: flex;
    }
    
    .x-nkkoqi {
        font-size: 40px;
    }
    
    .uxskak,
    .ui-ig7g3e,
    ._aduih8,
    .ui-j4hlw5,
    ._p6gepe,
    .qp0kbr,
    ._gz6r2d,
    .ui-a1nb30 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-lo8j9n,
    .c-dwnksv,
    .c-njd22y,
    ._uta19m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-n4i15w,
    .s-sekx8i,
    .js-axpmyq {
        grid-template-columns: 1fr;
    }
    
    ._zpkdgq {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-udcahx,
    .c-tn8pi9 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-mwt5oy,
    .js-rr2ihy {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-nkkoqi {
        font-size: 32px;
    }
    
    .js-mhmkod,
    .m-mzmn10 {
        font-size: 28px;
    }
    
    .uxskak,
    .ui-ig7g3e,
    ._aduih8,
    .ui-j4hlw5,
    ._p6gepe,
    .ui-lo8j9n,
    .c-dwnksv,
    .c-njd22y,
    ._uta19m,
    .qp0kbr,
    ._gz6r2d,
    .ui-a1nb30 {
        grid-template-columns: 1fr;
    }
    
    ._zpkdgq {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-l547fe,
    ._gwtuw5,
    .js-mpj6y7 {
        flex-direction: column;
    }
    
    .m-ym6dkj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-ygjove {
        bottom: 20px;
        right: 20px;
    }
    
    .s-ohef9c {
        display: none;
    }
    
    .s-urs7vk {
        padding: 16px;
        border-radius: 50%;
    }
    
    .dlsgzl {
        grid-template-columns: 1fr;
    }
    
    .x-vumgxs {
        grid-template-columns: 1fr;
    }
    
    .js-bsdtbc {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-p1t1fd {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-agyqt3 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-n1fl3e,
    .el-ygjove,
    .x-o9pqdq,
    .js-chqffh {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
