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

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

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

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

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

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

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

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

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

.js-hesul8:hover,
.js-hesul8.ui-dwfmv3 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.ui-gy2rcg {
    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-gy2rcg:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-tz4y1a {
    width: 100%;
}

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

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

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

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

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

.c-e326y2 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-kw28yi {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

._jvlxax {
    font-size: 24px;
}

.zqojeb {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._er1255:hover .x-t0oaxh img {
    transform: scale(1.1);
}

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

._pk2hwk {
    padding: 20px;
}

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

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

.x-r6lqrb {
    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
   ======================================== */
.c-faugun {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ebnmu9 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uv9m8q {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._ii5qmz:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-inz469.active .s-osv3v4 {
    transform: rotate(45deg);
}

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

.js-inz469.active .s8cxg8 {
    max-height: 500px;
}

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

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

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

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

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

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

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

._cb2c3z:hover .is-hvvbyp img {
    transform: scale(1.05);
}

.ui-tiu4za {
    padding: 20px;
}

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

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

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

.m-hkojde {
    text-align: center;
    margin-top: 40px;
}

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

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

.ui-ka5j91 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-z2s93l {
    font-size: 20px;
}

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

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

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

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

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

.js-ohejyt .el-e6649t {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-o89z8g {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

.c-pu821x {
    width: 100%;
    margin-bottom: 24px;
}

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

.c-pu821x td {
    padding: 12px 0;
    font-size: 14px;
}

.c-pu821x td:first-child {
    color: var(--text-secondary);
}

.c-pu821x td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.is-kz17zv p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-bb0ywm li:last-child,
.x-jb7i7t li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-e4xj0u {
        display: none;
    }
    
    .js-g1bk6k {
        display: flex;
    }
    
    .el-q8o8rp {
        font-size: 40px;
    }
    
    .s-iwoln9,
    .qputcn,
    ._z7s4ig,
    .el-jrhrg1,
    .is-y75k26,
    .ui-lcdvfa,
    .c-ncuggr,
    .nc5oji {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-tghkjc,
    .c-ksgite,
    ._lvscya,
    .x-suue54 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._c4uigp,
    .ui-mu244v,
    .el-isrod8 {
        grid-template-columns: 1fr;
    }
    
    .mppk6r {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._zikz5t,
    .ui-yeba0x {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-x6p5w2,
    .is-aw9yrt {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-q8o8rp {
        font-size: 32px;
    }
    
    ._f1ka26,
    .s-scdxyu {
        font-size: 28px;
    }
    
    .s-iwoln9,
    .qputcn,
    ._z7s4ig,
    .el-jrhrg1,
    .is-y75k26,
    .c-tghkjc,
    .c-ksgite,
    ._lvscya,
    .x-suue54,
    .ui-lcdvfa,
    .c-ncuggr,
    .nc5oji {
        grid-template-columns: 1fr;
    }
    
    .mppk6r {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-pzux1r,
    .is-g7gao7,
    .is-u7dfcm {
        flex-direction: column;
    }
    
    .el-jxaj06 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-g3i6p0 {
        bottom: 20px;
        right: 20px;
    }
    
    .js-k1f0sg {
        display: none;
    }
    
    .js-uwwsvt {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._fs1g9p {
        grid-template-columns: 1fr;
    }
    
    .x-kt3ncd {
        grid-template-columns: 1fr;
    }
    
    .x-jbkmpy {
        flex-direction: column;
        gap: 12px;
    }
    
    ._xypg7i {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-xg4tbj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-fmmhuq,
    .ui-g3i6p0,
    .is-wiq019,
    .js-w2hkuu {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
