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

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

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

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

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

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

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

.c-g5g4pk {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.s-q27ukl:hover,
.s-q27ukl.bfobwr {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.ui-lo06g3 {
    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-lo06g3:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-hd55og {
    width: 100%;
}

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

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

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

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

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

.s-gjzgol {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-xrkbe2 {
    font-size: 24px;
}

.c-d50c2p {
    position: relative;
}

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

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

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

.js-iozw16 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.m-r6gvxb:hover .js-j1tmh3 img {
    transform: scale(1.1);
}

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

._a6blsw {
    padding: 20px;
}

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

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

.m-s28ocv {
    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
   ======================================== */
.s3kabk {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.c-mzqzz9 {
    text-align: center;
}

.s-mw3inl {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

.c-gd4mzr {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.x-onfsx9 {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.x-onfsx9 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-tf88re a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.c-b2knqs {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-hnoabs:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-i4aae8.active .ui-jk9hek {
    transform: rotate(45deg);
}

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

.ui-i4aae8.active ._hanna3 {
    max-height: 500px;
}

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

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

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

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

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

.m-vna6m5 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.s-cdl2ls:hover .m-vna6m5 img {
    transform: scale(1.05);
}

.js-di92zg {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-zm22z0 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.c-x0xrlu h4,
.s-c7jcrv h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-qojlh2 {
    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-np5xmx {
    font-size: 20px;
}

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

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

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

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

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

.el-le8zb4 .m-pv6czs {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-ahpsf6 {
    margin: 16px 0 32px;
}

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

.c-ahpsf6 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.m-gvgegi {
    margin-bottom: 24px;
}

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

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

.m-zonxyp {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-aeddcg li,
.x-jyv86g li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-aeddcg li:last-child,
.x-jyv86g li:last-child {
    border-bottom: none;
}

.c-aeddcg a,
.x-jyv86g a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-aeddcg a:hover,
.x-jyv86g a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-cq7jlf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-oo2pz1 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-g5g4pk {
        display: none;
    }
    
    ._j5neqh {
        display: flex;
    }
    
    .x-yagesi {
        font-size: 40px;
    }
    
    .el-asyc0c,
    .ui-gwlpxb,
    .js-yj118y,
    ._qftil8,
    .js-p7ixj8,
    .s-i8krwn,
    .m-mbhx2e,
    .ui-fg2xvx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-uqu82f,
    .s-wqb95l,
    .zphb8y,
    .m-pldfj3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._es64c9,
    .is-p7p2qk,
    .m-bb5cg1 {
        grid-template-columns: 1fr;
    }
    
    ._whifsh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-j3rif4,
    .c-f2xg27 {
        flex-direction: column;
        text-align: center;
    }
    
    .el-b1d33e,
    .c-gd4mzr {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-yagesi {
        font-size: 32px;
    }
    
    .m-rg8n64,
    ._iu5gpp {
        font-size: 28px;
    }
    
    .el-asyc0c,
    .ui-gwlpxb,
    .js-yj118y,
    ._qftil8,
    .js-p7ixj8,
    .js-uqu82f,
    .s-wqb95l,
    .zphb8y,
    .m-pldfj3,
    .s-i8krwn,
    .m-mbhx2e,
    .ui-fg2xvx {
        grid-template-columns: 1fr;
    }
    
    ._whifsh {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-iw471o,
    .c-x31wog,
    .q5137d {
        flex-direction: column;
    }
    
    .js-ern922 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-twkn58 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-lfjjuf {
        display: none;
    }
    
    .s-qojlh2 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .bdvwu4 {
        grid-template-columns: 1fr;
    }
    
    .s-a1oyug {
        grid-template-columns: 1fr;
    }
    
    .is-r2db2d {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-rgmjkg {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-ke7vdf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-pvx885,
    .c-twkn58,
    ._frsbcn,
    .is-bwli54 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
