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

/* CSS Variables */
:root {
    --primary: #00FFB0;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.c-sp7u4k {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

.m-dmtkoh img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

.js-k9nwlj {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.is-cq4xdy:hover,
.is-cq4xdy.c8pbmu {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-m2e70m {
    background: #fff;
    color: var(--bg-dark);
}

.m-m2e70m:hover {
    background: var(--accent);
}

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

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

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

.js-l1oipf {
    width: 100%;
}

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

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

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

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

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

.js-potpuh {
    max-width: 700px;
}

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

.x-wo5n9y {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

.el-bri7gs {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-hvjtv8 {
    font-size: 24px;
}

.x-wxngdl {
    position: relative;
}

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

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

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

.is-g0wmn5 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

.is-qo6vtp {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.c-sy3eqg:hover .is-qo6vtp img {
    transform: scale(1.1);
}

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

.oo4igs {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-wsgi4h {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.x-qnfg8g img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-ngeyc9 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ow30th {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

._lz55ao {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-o05u1n:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ama5i0.active .d334sn {
    transform: rotate(45deg);
}

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

.ama5i0.active .is-po82w2 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-vqxgkb:hover .m-nn5uhi img {
    transform: scale(1.05);
}

.is-q4gr9a {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-vktt6l {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

.m-cg57jh {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m-cg57jh img {
    width: 48px;
    height: 48px;
}

.m-cg57jh span {
    font-size: 20px;
    font-weight: 700;
}

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

.yshp07 h4,
.js-owji1m h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.grjybj {
    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-od00o5 {
    font-size: 20px;
}

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

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

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

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

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

.is-bjtnkm .c-sp7u4k {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-hnuzd0 {
    margin: 16px 0 32px;
}

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

.m-hnuzd0 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.c-tp0hmn {
    margin-bottom: 24px;
}

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

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

.is-aml57n {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-e21qbh li:last-child,
.s-ekejlq li:last-child {
    border-bottom: none;
}

.js-e21qbh a,
.s-ekejlq a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-e21qbh a:hover,
.s-ekejlq a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-jney2t h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.ui-jg0oi3 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-k9nwlj {
        display: none;
    }
    
    ._nidwla {
        display: flex;
    }
    
    .ui-j4xgxe {
        font-size: 40px;
    }
    
    ._hz1rb5,
    ._mgy5za,
    .js-wpr37p,
    .is-sw2ygk,
    .ui-nj2gi8,
    .m-rv2e1m,
    .el-jzmwhr,
    .uc9pmo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-s4o22c,
    .x-ejl6cu,
    .m-iei9fr,
    .s-wv5l17 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-jiwvy2,
    .js-ebj99p,
    .m-f0e7kz {
        grid-template-columns: 1fr;
    }
    
    .js-axml6m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-o1ht21,
    .is-mgd4ix {
        flex-direction: column;
        text-align: center;
    }
    
    .m-nz3jqd,
    .x-i9xc2b {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-j4xgxe {
        font-size: 32px;
    }
    
    .el-bri7gs,
    .s-jlriiw {
        font-size: 28px;
    }
    
    ._hz1rb5,
    ._mgy5za,
    .js-wpr37p,
    .is-sw2ygk,
    .ui-nj2gi8,
    .ui-s4o22c,
    .x-ejl6cu,
    .m-iei9fr,
    .s-wv5l17,
    .m-rv2e1m,
    .el-jzmwhr,
    .uc9pmo {
        grid-template-columns: 1fr;
    }
    
    .js-axml6m {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-wo5n9y,
    .el-bklk4l,
    .is-vktt6l {
        flex-direction: column;
    }
    
    .ixc9sf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-rtt33o {
        bottom: 20px;
        right: 20px;
    }
    
    .c-vo3tnp {
        display: none;
    }
    
    .grjybj {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-v8m541 {
        grid-template-columns: 1fr;
    }
    
    .ui-k4z804 {
        grid-template-columns: 1fr;
    }
    
    .s6xx09 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-gxdhmf {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-c287s5 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .lhex32,
    .m-rtt33o,
    .x-fvlhxd,
    .s-wagu89 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
