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

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

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

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

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

.el-nt3z03 {
    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-zxj519 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.js-ebfudj:hover,
.js-ebfudj.is-s848ar {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-s9ywre {
    background: #fff;
    color: var(--bg-dark);
}

.ui-s9ywre:hover {
    background: var(--accent);
}

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

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

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

.e2nzmj {
    width: 100%;
}

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

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

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

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

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

.m-pmqr1k {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ff6g2p {
    position: relative;
}

.el-ff6g2p img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.js-yy63ct:hover .s-c460vc img {
    transform: scale(1.1);
}

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

.el-bruzd0 {
    padding: 20px;
}

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

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

.js-mh2sp8 {
    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
   ======================================== */
.c-db8ygq {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-qe4kc7 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-sm5b7o.active .js-znqlg0 {
    transform: rotate(45deg);
}

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

.c-sm5b7o.active .is-ugpvzy {
    max-height: 500px;
}

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

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

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

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

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

.ui-tgpahp {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.ui-kco307:hover .ui-tgpahp img {
    transform: scale(1.05);
}

.c-cmbtba {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-pvkfuq {
    display: flex;
    gap: 16px;
}

.m-m5m3cn {
    text-align: center;
}

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

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

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

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

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

.c-idd1it img {
    width: 48px;
    height: 48px;
}

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

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

.js-dq9pql h4,
.s-nxai3w h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-mi3j6a {
    display: flex;
    gap: 12px;
}

.c-mi3j6a img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.x-n1cnej {
    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-e81g2q {
    font-size: 20px;
}

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

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

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

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

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

.zvhobw .c-zy5wwx {
    position: relative;
    z-index: 1;
}

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

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

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

.x-hpj0w1 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.is-iqan7z {
    margin: 16px 0 32px;
}

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

.is-iqan7z li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.hj0c35 {
    margin-bottom: 24px;
}

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

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

._kpancz {
    margin-bottom: 32px;
}

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

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

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

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

.c-kk5bi0 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-c28xqk li:last-child,
.xzlfoo li:last-child {
    border-bottom: none;
}

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

.s-c28xqk a:hover,
.xzlfoo a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-flwdhq ul {
    margin-bottom: 24px;
}

.c-flwdhq 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-zxj519 {
        display: none;
    }
    
    .js-rmqcqx {
        display: flex;
    }
    
    ._seyast {
        font-size: 40px;
    }
    
    .c-p2b8xw,
    .x-u17urm,
    .x-ocnr48,
    .s-ium6xq,
    .m-j1k6qx,
    .el-t9epo2,
    .udgi2n,
    .x-t2rd78 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-kngv2s,
    .js-dggpbb,
    ._f63l8z,
    ._c9m18n {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-hhgons,
    .ui-cmdbnn,
    .ui-bqspbk {
        grid-template-columns: 1fr;
    }
    
    .el-ts11yg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-axlmo4,
    .c-d29ut0 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-apeal2,
    .x-rpkkrv {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._seyast {
        font-size: 32px;
    }
    
    .x-alr5ph,
    .sx2ivs {
        font-size: 28px;
    }
    
    .c-p2b8xw,
    .x-u17urm,
    .x-ocnr48,
    .s-ium6xq,
    .m-j1k6qx,
    .is-kngv2s,
    .js-dggpbb,
    ._f63l8z,
    ._c9m18n,
    .el-t9epo2,
    .udgi2n,
    .x-t2rd78 {
        grid-template-columns: 1fr;
    }
    
    .el-ts11yg {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-ap6sme,
    .ui-v3f6tu,
    .s-pvkfuq {
        flex-direction: column;
    }
    
    ._y9tjmk {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-dg5w3d {
        bottom: 20px;
        right: 20px;
    }
    
    .c-stixer {
        display: none;
    }
    
    .x-n1cnej {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-qw1zsf {
        grid-template-columns: 1fr;
    }
    
    .js-gvqr8q {
        grid-template-columns: 1fr;
    }
    
    .x-hpj0w1 {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-oxo896 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-iq61vq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-hflc09,
    .ui-dg5w3d,
    .s-gxe783,
    .s-jkazgy {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
