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

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

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

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

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

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

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

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

.c-yf0g4h:hover,
.c-yf0g4h.is-y1vs4i {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.el-e3bkdv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

.x-yauh03 {
    background: #fff;
    color: var(--bg-dark);
}

.x-yauh03:hover {
    background: var(--accent);
}

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

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

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

.x-kvzlbz {
    width: 100%;
}

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

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

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

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

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

._dm37dq {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-dj1jvi {
    font-size: 24px;
}

.js-o31fhy {
    position: relative;
}

.js-o31fhy img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.is-it4z6o {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.is-g8b90w:hover .js-coivf9 img {
    transform: scale(1.1);
}

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

._vd6g6n {
    padding: 20px;
}

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

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

.ui-sqhz4b {
    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-nwbvxl {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-po1gqc {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ioulm2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-yyv6f6.active .s-dua1b9 {
    transform: rotate(45deg);
}

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

.s-yyv6f6.active .is-nkeoql {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-q0sqaj:hover .c-d5vmxp img {
    transform: scale(1.05);
}

.nf0gwp {
    padding: 20px;
}

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

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

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

.js-psmoss {
    text-align: center;
    margin-top: 40px;
}

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

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

.c-id3w79 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-uysvn0 h4,
.s-uswqta h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-zck963 {
    display: flex;
    gap: 12px;
}

.is-zck963 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.js-o1qert {
    font-size: 20px;
}

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

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

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

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

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

.c-nsc7uc .c-egjk9a {
    position: relative;
    z-index: 1;
}

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

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

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

.c-acbm3t {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

.is-andld8 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.is-andld8 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ei8kr2 {
    margin-bottom: 32px;
}

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

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

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

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

.x-w8vhk1 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-cvaxqp li:last-child,
.ui-ck8n1i li:last-child {
    border-bottom: none;
}

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

.ui-cvaxqp a:hover,
.ui-ck8n1i a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-xh9j0m ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-rmgrb5 {
        display: none;
    }
    
    .is-de3cm0 {
        display: flex;
    }
    
    .ui-lym700 {
        font-size: 40px;
    }
    
    .s-kmj9hq,
    .ui-tm21lr,
    .ui-r7m3fs,
    .x-u6jlx8,
    .c-n18tgc,
    .bqnvw5,
    ._uh5l4h,
    .is-klbo6d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-wqllqh,
    .el-g35j71,
    ._xqmhn1,
    .s-bi2e20 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-zsk95a,
    .m-odk59g,
    .m-svuugc {
        grid-template-columns: 1fr;
    }
    
    .el-aercu0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-uyy8kh,
    ._lm8k8c {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-oqkogo,
    .x-nhxos3 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-lym700 {
        font-size: 32px;
    }
    
    .zj5397,
    .is-o1m657 {
        font-size: 28px;
    }
    
    .s-kmj9hq,
    .ui-tm21lr,
    .ui-r7m3fs,
    .x-u6jlx8,
    .c-n18tgc,
    .s-wqllqh,
    .el-g35j71,
    ._xqmhn1,
    .s-bi2e20,
    .bqnvw5,
    ._uh5l4h,
    .is-klbo6d {
        grid-template-columns: 1fr;
    }
    
    .el-aercu0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-a523ui,
    .gwu5ay,
    ._uen6dq {
        flex-direction: column;
    }
    
    .m-nscfbv {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._mpwe8a {
        bottom: 20px;
        right: 20px;
    }
    
    .x-h8bewq {
        display: none;
    }
    
    .js-livnws {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-qh5zy0 {
        grid-template-columns: 1fr;
    }
    
    .x-eld5hu {
        grid-template-columns: 1fr;
    }
    
    .c-acbm3t {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-xxxe77 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._hkivde {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ov25vu,
    ._mpwe8a,
    .m-jnejy5,
    .x-je5c9l {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
