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

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

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

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

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

.x-vwd2hr {
    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-s8k6ew {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-fd8ugk:hover,
.x-fd8ugk.is-cc8up4 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ueh3ec {
    background: #fff;
    color: var(--bg-dark);
}

.s-ueh3ec:hover {
    background: var(--accent);
}

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

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

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

.ui-zilavk {
    width: 100%;
}

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

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

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

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

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

.c-cgoia0 {
    max-width: 700px;
}

.zeb72q {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

.m-feezov {
    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-pvnjqx {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-b7bngh {
    font-size: 24px;
}

.m-ouadqf {
    position: relative;
}

.m-ouadqf img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

.js-xldlec {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.el-hfu1o8 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

._nhkwgx:hover .el-xz7gj8 img {
    transform: scale(1.1);
}

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

._w743q8 {
    padding: 20px;
}

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

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

.is-nh73bd {
    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
   ======================================== */
._qbmcj9 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.el-u5gvbk {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.m5jyw5 {
    font-size: 32px;
}

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

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

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

.m-cp15xa {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ld8233 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-qkufnq.active .el-n5nqil {
    transform: rotate(45deg);
}

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

.m-qkufnq.active .js-xgsavt {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-m1u5zf:hover .ui-ax7ohn img {
    transform: scale(1.05);
}

.m-o85btq {
    padding: 20px;
}

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

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

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

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

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

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

.el-khfzmu h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

._tgc2sx {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-yqp5fb h4,
.el-p2osae h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-dzahed .x-a0t5j4 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.el-m2xpp8 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.el-m2xpp8 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-da9pxv {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

._tb0wi8 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-iao48q li,
.m-trnj3d li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-iao48q li:last-child,
.m-trnj3d li:last-child {
    border-bottom: none;
}

.is-iao48q a,
.m-trnj3d a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-iao48q a:hover,
.m-trnj3d a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-tm54ot 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-s8k6ew {
        display: none;
    }
    
    .m-xlu22i {
        display: flex;
    }
    
    .zeb72q {
        font-size: 40px;
    }
    
    .el-xmdkpk,
    .x-rhq88t,
    .c-s1y2t9,
    .is-l0eaqa,
    .ui-dcr6hx,
    .js-onmhiq,
    .m-oyk5wf,
    ._lp3p5u {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .lzns1r,
    ._jyi8yv,
    .c-divp5w,
    .x-bw9btj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-uboe6z,
    .is-f019ix,
    .ui-on890s {
        grid-template-columns: 1fr;
    }
    
    .is-jhrkyg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-cp15xa,
    .c-m6cyu6 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-ohkovz,
    .x-k27owy {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .zeb72q {
        font-size: 32px;
    }
    
    .js-pc9zte,
    .j9bbdm {
        font-size: 28px;
    }
    
    .el-xmdkpk,
    .x-rhq88t,
    .c-s1y2t9,
    .is-l0eaqa,
    .ui-dcr6hx,
    .lzns1r,
    ._jyi8yv,
    .c-divp5w,
    .x-bw9btj,
    .js-onmhiq,
    .m-oyk5wf,
    ._lp3p5u {
        grid-template-columns: 1fr;
    }
    
    .is-jhrkyg {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-lchqcl,
    ._qyut69,
    .js-ex8wh5 {
        flex-direction: column;
    }
    
    .s-cnn2sw {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-jaa4s2 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-hsqf6b {
        display: none;
    }
    
    .mkchab {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-r6llkj {
        grid-template-columns: 1fr;
    }
    
    .c-g7qyrl {
        grid-template-columns: 1fr;
    }
    
    ._xdxbug {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-x7yktx {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-ew8jw4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-vql287,
    .is-jaa4s2,
    .s-ajzb9o,
    .jrs0qk {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
