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

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

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

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

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

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

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

.x-b8keys:hover,
.x-b8keys.m-rvd9gj {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-yjmcoq {
    background: #fff;
    color: var(--bg-dark);
}

.el-yjmcoq:hover {
    background: var(--accent);
}

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

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

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

.is-fxyson {
    width: 100%;
}

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

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

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

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

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

.is-hnev0c {
    max-width: 700px;
}

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

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

.c-cpgg6f {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-wvv3vs {
    font-size: 24px;
}

._e7grf6 {
    position: relative;
}

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

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

.x-y1wi96 {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

.c-glt62j {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.js-a9n5t2:hover .c-glt62j img {
    transform: scale(1.1);
}

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

.nk8j3p {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-f3chh3 {
    text-align: center;
}

.ui-ui6yyr {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

._jx2d8e img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.js-eed7zk {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.m-gxaq34 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.x-l5pwtq {
    font-size: 32px;
}

.m-gxaq34 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.th7jh3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.m-il4sji {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.is-tftpkn:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-us8yg6.active .is-ioqhdr {
    transform: rotate(45deg);
}

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

.ui-us8yg6.active .s-qo7jn6 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.eq44ug:hover .ui-xyhodi img {
    transform: scale(1.05);
}

.is-v48a29 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-m9gbfm h4,
.s-uui3hq h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.is-m9gbfm ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.js-mjpyca {
    display: flex;
    gap: 12px;
}

.js-mjpyca img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-pssi4c {
    font-size: 20px;
}

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

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

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

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

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

.ui-z0yrq1 ._ivbdbz {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.x-qjjdue h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-qjjdue h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-oyxpas {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ik8qvv li:last-child,
.m-yg8zc5 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-pxlova h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

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

.is-sfywsx 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-g1h7n5 {
        display: none;
    }
    
    ._e1p8ig {
        display: flex;
    }
    
    .ui-o3ynbw {
        font-size: 40px;
    }
    
    .s-kfuved,
    .c-phx2tg,
    .y8n6m2,
    .c-frwoig,
    .js-vfpqeo,
    .js-gsyny3,
    .ifvuex,
    .zbfom3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-fbn2xt,
    .is-v477p9,
    .c-jggrdx,
    .s-uifuuk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-juqi03,
    .c-uvlfhh,
    .xqcajs {
        grid-template-columns: 1fr;
    }
    
    .is-xjbf9b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-osi86n,
    .is-hri9vc {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-gc3qpq,
    .js-eed7zk {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-o3ynbw {
        font-size: 32px;
    }
    
    .x-qej6ak,
    .vzww9p {
        font-size: 28px;
    }
    
    .s-kfuved,
    .c-phx2tg,
    .y8n6m2,
    .c-frwoig,
    .js-vfpqeo,
    .js-fbn2xt,
    .is-v477p9,
    .c-jggrdx,
    .s-uifuuk,
    .js-gsyny3,
    .ifvuex,
    .zbfom3 {
        grid-template-columns: 1fr;
    }
    
    .is-xjbf9b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-cpgg6f,
    .el-rtd121,
    .ui-ruekgq {
        flex-direction: column;
    }
    
    .tfjjbw {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .d24h42 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-sot6cv {
        display: none;
    }
    
    .x-v9f064 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-tplrhi {
        grid-template-columns: 1fr;
    }
    
    .x-bg4bq6 {
        grid-template-columns: 1fr;
    }
    
    .x-mj6m4y {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-xjx3jk {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-p63pl2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-y5zc6p,
    .d24h42,
    .s-i58g58,
    .el-m1o4c8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
