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

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

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

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

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

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

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

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

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

.c-wu92nq:hover,
.c-wu92nq.m-mps4nw {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-w8p4fs {
    padding: 10px 20px;
    font-size: 14px;
}

.m-u8bku9 {
    width: 100%;
}

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

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

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

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

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

.zni35l {
    max-width: 700px;
}

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

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

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

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

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

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

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

.ui-gleu66 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iqy0ny {
    font-size: 24px;
}

.js-qaui46 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-ibftar:hover .m-xsam34 img {
    transform: scale(1.1);
}

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

.x-s7l7dg {
    padding: 20px;
}

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

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

.m-v9spho {
    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-zgwkqp {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-s6onwl img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

._y5ovx4 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-radou5 {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.s-r9qyz2 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-u82ac5:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-hocy94.active .ui-j3furn {
    transform: rotate(45deg);
}

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

.c-hocy94.active .is-wx0uyl {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-losby4:hover ._s5ttqd img {
    transform: scale(1.05);
}

.is-l6438u {
    padding: 20px;
}

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

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

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

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

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

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

.s-xbo70t h2 strong {
    color: var(--accent);
}

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

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

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

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

.is-x5p8tt h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.is-x5p8tt h2 strong {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

.s-t5gh4b img {
    width: 48px;
    height: 48px;
}

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

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

.if6osv h4,
.s-s1kyq7 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._l2dlrs {
    font-size: 20px;
}

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

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

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

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

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

.c-jn7rv3 .ui-ou92kq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.js-whpyb4 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.js-whpyb4 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.ui-n5a8lf {
    margin: 16px 0 32px;
}

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

.ui-n5a8lf li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._fyrsjt {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-g2azpc li,
.c-ymwzw2 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-g2azpc li:last-child,
.c-ymwzw2 li:last-child {
    border-bottom: none;
}

.c-g2azpc a,
.c-ymwzw2 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-g2azpc a:hover,
.c-ymwzw2 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ilydp5 h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.el-wanw22 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .taie79 {
        display: none;
    }
    
    .c-ijd7j1 {
        display: flex;
    }
    
    ._cu8cqo {
        font-size: 40px;
    }
    
    .is-yiukho,
    .c-o4zjsu,
    ._h4ohgd,
    .is-soefe2,
    .o2u6nr,
    .js-jfuxs3,
    ._xilo7h,
    .el-atw7z8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-q79cjh,
    .js-nilutm,
    ._dkri4d,
    .x-rf4nta {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-w5d9s3,
    .m-wnrmsx,
    .c-wndr0v {
        grid-template-columns: 1fr;
    }
    
    .m-b1j0bx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-r3dsvi,
    .ui-mgz0gd {
        flex-direction: column;
        text-align: center;
    }
    
    .s-jejrfl,
    .is-kxf7bk {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._cu8cqo {
        font-size: 32px;
    }
    
    .ui-gleu66,
    .el-ifqok8 {
        font-size: 28px;
    }
    
    .is-yiukho,
    .c-o4zjsu,
    ._h4ohgd,
    .is-soefe2,
    .o2u6nr,
    .m-q79cjh,
    .js-nilutm,
    ._dkri4d,
    .x-rf4nta,
    .js-jfuxs3,
    ._xilo7h,
    .el-atw7z8 {
        grid-template-columns: 1fr;
    }
    
    .m-b1j0bx {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-fkcb09,
    .sr8401,
    .c-z3mc8w {
        flex-direction: column;
    }
    
    .c-hh72y1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-f1dpde {
        bottom: 20px;
        right: 20px;
    }
    
    ._dttenc {
        display: none;
    }
    
    ._aibr7g {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-j72jde {
        grid-template-columns: 1fr;
    }
    
    .is-atlogq {
        grid-template-columns: 1fr;
    }
    
    .js-f5cps8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-g7l6kl {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-hx3zq0 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-ph5021,
    .ui-f1dpde,
    .js-mfigak,
    .f56hd5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
