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

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

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

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

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

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

.s-o6g12n {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-qgdviq:hover,
.m-qgdviq.js-ty1ocu {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.is-szlqlb {
    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-gnasm4 {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

.js-amlxo6 {
    background: #fff;
    color: var(--bg-dark);
}

.js-amlxo6:hover {
    background: var(--accent);
}

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

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

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

.q8g8lf {
    width: 100%;
}

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

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

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

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

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

.ui-hmslg8 {
    max-width: 700px;
}

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

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

.js-npi3kj {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

.s-wrk9i1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-xustmn {
    font-size: 24px;
}

.x-wzvvap {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-mwdsg5:hover .js-y23bzg img {
    transform: scale(1.1);
}

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

._oae5by {
    padding: 20px;
}

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

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

._r0vr5e {
    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
   ======================================== */
.js-kge61n {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-hrftc3 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

.ui-hgnd3g {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.m-uznmdb {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-x2mprw {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-uzkiph {
    max-width: 800px;
    margin: 0 auto;
}

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

.is-rnysl6 {
    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-rnysl6:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-ow1mlw.active .el-a48wk4 {
    transform: rotate(45deg);
}

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

.c-ow1mlw.active .n4kjbw {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-qbyuxd:hover .ui-pc5emx img {
    transform: scale(1.05);
}

._dridnb {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-fvxp42 h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

.x-zue8lm {
    display: flex;
    gap: 16px;
}

._v2mgxx {
    text-align: center;
}

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

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

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

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

.ui-zq7ixc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ui-zq7ixc img {
    width: 48px;
    height: 48px;
}

.ui-zq7ixc span {
    font-size: 20px;
    font-weight: 700;
}

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

.ui-xbgmkr h4,
.ui-jsep9e h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-cwjb2v {
    display: flex;
    gap: 12px;
}

.s-cwjb2v img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.n9l5sa {
    font-size: 20px;
}

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

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

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

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

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

.is-ogzseb .ui-rkzb1v {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-wprtvf li,
.js-xmd201 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-wprtvf li:last-child,
.js-xmd201 li:last-child {
    border-bottom: none;
}

.x-wprtvf a,
.js-xmd201 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-wprtvf a:hover,
.js-xmd201 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-o6g12n {
        display: none;
    }
    
    .is-jgude5 {
        display: flex;
    }
    
    .is-m8o6b8 {
        font-size: 40px;
    }
    
    ._e1v1i6,
    ._o5sn25,
    ._y6gklj,
    .m-ng6e0r,
    .x-y1q80w,
    .is-ord4mi,
    .s-jiuld7,
    ._tlfunl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-y78zf8,
    .is-doco3f,
    .ui-ddha39,
    .el-ksao9s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-hqkd00,
    .el-z0k669,
    .el-k2d2ax {
        grid-template-columns: 1fr;
    }
    
    ._vxxxok {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-lwxagu,
    .mbas2r {
        flex-direction: column;
        text-align: center;
    }
    
    .q6crpj,
    .ui-hgnd3g {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-m8o6b8 {
        font-size: 32px;
    }
    
    .s-wrk9i1,
    .js-azm5va {
        font-size: 28px;
    }
    
    ._e1v1i6,
    ._o5sn25,
    ._y6gklj,
    .m-ng6e0r,
    .x-y1q80w,
    .x-y78zf8,
    .is-doco3f,
    .ui-ddha39,
    .el-ksao9s,
    .is-ord4mi,
    .s-jiuld7,
    ._tlfunl {
        grid-template-columns: 1fr;
    }
    
    ._vxxxok {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-npi3kj,
    .is-k7q5hz,
    .x-zue8lm {
        flex-direction: column;
    }
    
    .m-ko6uah {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-tpgdck {
        bottom: 20px;
        right: 20px;
    }
    
    .js-k7mk3w {
        display: none;
    }
    
    .js-a55o3a {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-rtvtzt {
        grid-template-columns: 1fr;
    }
    
    .el-uppy7v {
        grid-template-columns: 1fr;
    }
    
    .js-xxqt8m {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-apykua {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-gzfnly {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-pbqb4g,
    .s-tpgdck,
    .x-i4k4vg,
    .x-h4aier {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
