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

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

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

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

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

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

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

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

.ui-lpaeip:hover,
.ui-lpaeip.m-sihayq {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.el-mz28tc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

.js-n8cyeh {
    padding: 10px 20px;
    font-size: 14px;
}

.s-ngpvap {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.m-vnbbev {
    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-n9yt5e {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.m-g6ymza {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._gtoobw {
    font-size: 24px;
}

.s-nwl1gm {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-a3k37s:hover ._gk650h img {
    transform: scale(1.1);
}

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

.s-qv380x {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._bhcjx3 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-rm3fex {
    text-align: center;
}

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

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

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

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

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

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

.m-gmyh15 {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

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

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

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

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

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

.el-n0oo4s {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

._w2srid.active .s-cb4hd9 {
    transform: rotate(45deg);
}

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

._w2srid.active .c-d3zjyf {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-gtf30r:hover .cp066o img {
    transform: scale(1.05);
}

.ui-opul5z {
    padding: 20px;
}

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

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

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

.ui-j7179n {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

.x-rkzsx2 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

.js-z7k9by h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

.js-qmq75p {
    display: flex;
    gap: 16px;
}

.js-omxqt4 {
    text-align: center;
}

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

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

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

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

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

._j5uw2w img {
    width: 48px;
    height: 48px;
}

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

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

.m-tb4ald h4,
.c-iv0j4t h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._updzph {
    font-size: 20px;
}

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

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

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

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

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

.x-vamwq1 .dkvwow {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-b6rwk8 {
    margin: 16px 0 32px;
}

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

.s-b6rwk8 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.ui-egiudc {
    margin-bottom: 24px;
}

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

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

.x-z79wl3 {
    margin-bottom: 32px;
}

.x-z79wl3 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.ui-apwg29 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-jgi531 li:last-child,
.el-cf90r7 li:last-child {
    border-bottom: none;
}

.m-jgi531 a,
.el-cf90r7 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-jgi531 a:hover,
.el-cf90r7 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.x-rkk4zy h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-aq3ej4 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

._goscp6 ul {
    margin-bottom: 24px;
}

._goscp6 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-q99oqr {
        display: none;
    }
    
    .ui-k10xvc {
        display: flex;
    }
    
    .s-sfgtml {
        font-size: 40px;
    }
    
    .js-zfspgt,
    .s-dirz1h,
    .x-wnvitg,
    .s-rnopfg,
    .xijm31,
    .js-i97tu7,
    .s-kwrsk9,
    ._cys731 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-gd76pn,
    .c-rkdjo1,
    .js-rvsysp,
    ._xzbua5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-festvo,
    .s-xcyeia,
    .c-c1kbnp {
        grid-template-columns: 1fr;
    }
    
    .ui-pzku2l {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-g2ttse,
    .c-hxsc0t {
        flex-direction: column;
        text-align: center;
    }
    
    .c-on1a0b,
    .x5t1re {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-sfgtml {
        font-size: 32px;
    }
    
    .s-swyopy,
    .s-vcoymg {
        font-size: 28px;
    }
    
    .js-zfspgt,
    .s-dirz1h,
    .x-wnvitg,
    .s-rnopfg,
    .xijm31,
    .m-gd76pn,
    .c-rkdjo1,
    .js-rvsysp,
    ._xzbua5,
    .js-i97tu7,
    .s-kwrsk9,
    ._cys731 {
        grid-template-columns: 1fr;
    }
    
    .ui-pzku2l {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._kbgh0t,
    .x-rkzsx2,
    .js-qmq75p {
        flex-direction: column;
    }
    
    .x-o87iiw {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-eejnlq {
        bottom: 20px;
        right: 20px;
    }
    
    .x-q1zon5 {
        display: none;
    }
    
    .s-n509xf {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-v7xs55 {
        grid-template-columns: 1fr;
    }
    
    .el-xy9gtk {
        grid-template-columns: 1fr;
    }
    
    .m-uub85s {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-qjhair {
        flex-direction: column;
        gap: 8px;
    }
    
    .p6mnu4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-fypn2v,
    .ui-eejnlq,
    .ui-fir9pg,
    .x-ddtnrh {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
