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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

.js-ka1kb3:hover,
.js-ka1kb3.is-zsslc0 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-oztiit {
    padding: 10px 20px;
    font-size: 14px;
}

.s-vai0vj {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-wol2u6 {
    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-ylx7ng {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-efmc8j {
    position: relative;
}

.el-efmc8j img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.ui-dfcqkg:hover .is-lqzdje img {
    transform: scale(1.1);
}

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

.js-comi63 {
    padding: 20px;
}

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

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

._ko69u8 {
    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-cv6kil {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.cf3xsb {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-yzxfvt.active .x-xvfp5e {
    transform: rotate(45deg);
}

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

.js-yzxfvt.active .is-klml6h {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-h5xpa2:hover .js-rpzxl1 img {
    transform: scale(1.05);
}

._nygjm6 {
    padding: 20px;
}

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

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

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

.s-u353kw {
    text-align: center;
    margin-top: 40px;
}

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

.m-b5feds h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.m-b5feds h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.m-j0oqgu {
    display: flex;
    gap: 16px;
}

._vp9lxg {
    text-align: center;
}

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

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

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

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

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

.js-eovwy1 img {
    width: 48px;
    height: 48px;
}

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

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

.x-htdi9m h4,
.is-njx9j6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.t437hx {
    display: flex;
    gap: 12px;
}

.t437hx img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-k77lr0 {
    font-size: 20px;
}

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

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

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

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

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

.m-khsxay .js-lrvury {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-jyytuh {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

.m-pj30pj {
    width: 100%;
    margin-bottom: 24px;
}

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

.m-pj30pj td {
    padding: 12px 0;
    font-size: 14px;
}

.m-pj30pj td:first-child {
    color: var(--text-secondary);
}

.m-pj30pj td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.el-fypfxt {
    margin-bottom: 24px;
}

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

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

.ui-ac176j {
    margin-bottom: 32px;
}

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

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

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

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

.el-gex6ws p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-hp8jvi li:last-child,
.c-yun5r1 li:last-child {
    border-bottom: none;
}

.m-hp8jvi a,
.c-yun5r1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-hp8jvi a:hover,
.c-yun5r1 a:hover {
    color: var(--primary);
}

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

.m-v98ycl h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.jcmin4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-pw3vrw 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-g00qt8 {
        display: none;
    }
    
    .m-ra2omv {
        display: flex;
    }
    
    .s-mu4c3v {
        font-size: 40px;
    }
    
    .s-uwfqca,
    .js-tbo2zo,
    .ui-jpg6bh,
    ._jke14o,
    .el-mbr3up,
    .kd6biw,
    .x-stmkdp,
    .x-hnukgv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-qzs6ve,
    .v0zv96,
    .is-s1tiyf,
    .el-jsl0tl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-f8g3vp,
    .yvfg1j,
    .gj2ry3 {
        grid-template-columns: 1fr;
    }
    
    ._xfhypv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-hx7b1s,
    .m-t30c67 {
        flex-direction: column;
        text-align: center;
    }
    
    .s-r7s47u,
    .x-x34zbk {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-mu4c3v {
        font-size: 32px;
    }
    
    .ui-ylx7ng,
    .ui-i57yep {
        font-size: 28px;
    }
    
    .s-uwfqca,
    .js-tbo2zo,
    .ui-jpg6bh,
    ._jke14o,
    .el-mbr3up,
    .x-qzs6ve,
    .v0zv96,
    .is-s1tiyf,
    .el-jsl0tl,
    .kd6biw,
    .x-stmkdp,
    .x-hnukgv {
        grid-template-columns: 1fr;
    }
    
    ._xfhypv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-itedxz,
    .u4leyj,
    .m-j0oqgu {
        flex-direction: column;
    }
    
    .x-k8grla {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-i8sitw {
        bottom: 20px;
        right: 20px;
    }
    
    .is-eti0sq {
        display: none;
    }
    
    .is-mumso4 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-j4l0ym {
        grid-template-columns: 1fr;
    }
    
    .nm44e7 {
        grid-template-columns: 1fr;
    }
    
    .is-wvb2y8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-apfp43 {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-uelqzh {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-wn916o,
    .ui-i8sitw,
    .c-hglgv8,
    .m-s21he4 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
