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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

.is-xootqc img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

.ui-ucsdj6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.el-mkkkxg:hover,
.el-mkkkxg.ui-olxdk1 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-grhl94 {
    background: #fff;
    color: var(--bg-dark);
}

.c-grhl94:hover {
    background: var(--accent);
}

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

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

.c-s98irg {
    padding: 10px 20px;
    font-size: 14px;
}

.c-o16m4x {
    width: 100%;
}

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

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

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

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

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

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

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

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

.el-fx5wf2 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

.ui-mcul40 {
    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-tft8aj {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.j2tajt {
    font-size: 24px;
}

.x-qb3akc {
    position: relative;
}

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

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

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

.s-j6uwgm {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.ulnui5:hover .c-it2urf img {
    transform: scale(1.1);
}

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

.m-tjns05 {
    padding: 20px;
}

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

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

.ui-pudvix {
    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-dbaklz {
    background: var(--bg-dark);
}

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

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

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

.ui-el4kap {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

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

._eoe1i7 {
    text-align: center;
}

.js-z7mkoc {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.is-oj3wsh img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.is-ip7ihh {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.is-yrp0v8 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.c-pahzh8 {
    font-size: 32px;
}

.is-yrp0v8 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-jdvrhc:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-kkjjzq.active .js-npmx23 {
    transform: rotate(45deg);
}

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

.c-kkjjzq.active ._ekusph {
    max-height: 500px;
}

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

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

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

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

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

.is-rkrppy {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.c-idy13k:hover .is-rkrppy img {
    transform: scale(1.05);
}

.el-hff6ss {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-moog0x {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.js-p2mjp9 h4,
.s-domlg0 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._jqixus {
    font-size: 20px;
}

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

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

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

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

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

.hg3gcs .js-kepyqv {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-i1osiv {
    margin: 16px 0 32px;
}

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

.js-i1osiv li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-c8u9cq {
    margin-bottom: 32px;
}

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

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

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

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

.js-voh954 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-nuphk4 li,
.fvzat1 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-nuphk4 li:last-child,
.fvzat1 li:last-child {
    border-bottom: none;
}

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

.el-nuphk4 a:hover,
.fvzat1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

._tud7d4 {
    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-d5r3gj h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-ucsdj6 {
        display: none;
    }
    
    .ui-xim7va {
        display: flex;
    }
    
    .ui-d58jor {
        font-size: 40px;
    }
    
    .js-jrv517,
    .c-fifpcf,
    .c-v8ryy2,
    .is-xiecho,
    .c-xcgh54,
    .ui-i0zbv4,
    .c-gltbe6,
    .c-l7o36j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-aiqncv,
    .is-ujksot,
    ._xewdf1,
    .el-bv4o6q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._tiwzly,
    .j1n4ks,
    .x-g33011 {
        grid-template-columns: 1fr;
    }
    
    .uqqeqs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ytkqks,
    .js-sens4i {
        flex-direction: column;
        text-align: center;
    }
    
    .x-zhq5ny,
    .is-ip7ihh {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-d58jor {
        font-size: 32px;
    }
    
    .x-tft8aj,
    ._ydjijd {
        font-size: 28px;
    }
    
    .js-jrv517,
    .c-fifpcf,
    .c-v8ryy2,
    .is-xiecho,
    .c-xcgh54,
    .is-aiqncv,
    .is-ujksot,
    ._xewdf1,
    .el-bv4o6q,
    .ui-i0zbv4,
    .c-gltbe6,
    .c-l7o36j {
        grid-template-columns: 1fr;
    }
    
    .uqqeqs {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-fx5wf2,
    .ui-hsunpw,
    .el-moog0x {
        flex-direction: column;
    }
    
    .c-fgb6m8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-j1f5g5 {
        bottom: 20px;
        right: 20px;
    }
    
    .s-v6xh8n {
        display: none;
    }
    
    .js-hfqd39 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .kd4ewg {
        grid-template-columns: 1fr;
    }
    
    .c-pi3whv {
        grid-template-columns: 1fr;
    }
    
    ._wo7kbk {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-n4sdpb {
        flex-direction: column;
        gap: 8px;
    }
    
    .ud1gtc {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-y1rmin,
    .m-j1f5g5,
    .ui-paqs6i,
    .ui-dfp9o5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
