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

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

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

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

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

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

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

.x-ml6rz2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-qtfzwa:hover,
.c-qtfzwa.xpfuca {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-umdyqc {
    width: 100%;
}

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

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

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

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

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

.j9law0 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._w5l63t {
    font-size: 24px;
}

.is-d9bka5 {
    position: relative;
}

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

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

.ui-qkl8dv {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.x-ldl3j0 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.s-iikuvg:hover .s-ck4plh img {
    transform: scale(1.1);
}

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

.is-nzxlj9 {
    padding: 20px;
}

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

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

.s-adqzpr {
    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
   ======================================== */
.x-j99imt {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-cnegdx img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.el-jcxd6t {
    font-size: 32px;
}

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

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

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

.x-qamda3 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-y6775j {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-riyjd1.active .s-ci33kv {
    transform: rotate(45deg);
}

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

.is-riyjd1.active .m-g3pxhx {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-fs9gvz:hover .ui-ad4mgh img {
    transform: scale(1.05);
}

.x-n6mcdd {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tpdupv {
    text-align: center;
}

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

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

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

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

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

.el-kiuavu img {
    width: 48px;
    height: 48px;
}

.el-kiuavu span {
    font-size: 20px;
    font-weight: 700;
}

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

.c-n6cxdv h4,
.x-l17d0y h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-jc3ako {
    font-size: 20px;
}

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

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

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

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

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

.k39oyb .js-fjyq13 {
    position: relative;
    z-index: 1;
}

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

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

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

.ui-jqwbn0 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

.c-creuhg h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.c-creuhg h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.s-aqazbh {
    margin: 16px 0 32px;
}

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

.s-aqazbh li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

._kxgopj {
    margin-bottom: 24px;
}

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

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

.vdw2c1 {
    margin-bottom: 32px;
}

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

.s-zf3aa1 {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.s-zf3aa1 p {
    margin-bottom: 16px;
}

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

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

.s-zf3aa1 li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.is-n1afb9 li,
.c-ncxpm1 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-n1afb9 li:last-child,
.c-ncxpm1 li:last-child {
    border-bottom: none;
}

.is-n1afb9 a,
.c-ncxpm1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-n1afb9 a:hover,
.c-ncxpm1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-bzcgv0 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.s-xf7i1l ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-ml6rz2 {
        display: none;
    }
    
    .is-c2wbqd {
        display: flex;
    }
    
    .s-xynp1o {
        font-size: 40px;
    }
    
    .el-zr7v17,
    .zqdw8o,
    .c-x503rj,
    ._zrr4jm,
    .ui-n837x3,
    .el-z11tsh,
    .c-lju3ed,
    .x-ve3xop {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-u9ccln,
    .ui-k308es,
    .s-ubth3z,
    .m-x62ffk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-nj98j5,
    .is-uzmylr,
    .s-wys71z {
        grid-template-columns: 1fr;
    }
    
    .js-gxpn3d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-qamda3,
    .x-m3rm12 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-zcpg5b,
    .m-es56am {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-xynp1o {
        font-size: 32px;
    }
    
    .is-hyf7tt,
    .is-w6jibf {
        font-size: 28px;
    }
    
    .el-zr7v17,
    .zqdw8o,
    .c-x503rj,
    ._zrr4jm,
    .ui-n837x3,
    .s-u9ccln,
    .ui-k308es,
    .s-ubth3z,
    .m-x62ffk,
    .el-z11tsh,
    .c-lju3ed,
    .x-ve3xop {
        grid-template-columns: 1fr;
    }
    
    .js-gxpn3d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-xo993t,
    .el-jvvfrk,
    .ui-ff8v6v {
        flex-direction: column;
    }
    
    .x-jkkq4n {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-oln4tz {
        bottom: 20px;
        right: 20px;
    }
    
    .s-pheku3 {
        display: none;
    }
    
    .c-hzs57w {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-yymmoc {
        grid-template-columns: 1fr;
    }
    
    .is-vefski {
        grid-template-columns: 1fr;
    }
    
    .ui-jqwbn0 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-th24yq {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-thgwu4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-ambj53,
    .ui-oln4tz,
    .x-mgjvtw,
    .c-bnss9f {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
