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

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

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

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

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

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

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

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

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

.is-l8le5l:hover,
.is-l8le5l._h8r1of {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-dlr5vx {
    padding: 10px 20px;
    font-size: 14px;
}

.c-xx7ov5 {
    width: 100%;
}

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

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

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

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

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

.is-lamy8p {
    max-width: 700px;
}

.c-tpfd2b {
    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-k9j9df {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

.s-q7supn {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.x-u2z5nk {
    font-size: 24px;
}

.x4qt0k {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-xnhja4:hover ._llveq7 img {
    transform: scale(1.1);
}

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

.x-c7q2ne {
    padding: 20px;
}

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

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

.is-h4pdn8 {
    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
   ======================================== */
.odg47r {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-zhknrf img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

._o09zvo {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-qi2isx {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-l6yghr.active .is-k5bhox {
    transform: rotate(45deg);
}

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

.s-l6yghr.active ._p58vt3 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-zbbgti:hover .c-wg5dff img {
    transform: scale(1.05);
}

.m-eeo81a {
    padding: 20px;
}

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

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

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

.c-cvu07f {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._zyou6k {
    display: flex;
    gap: 16px;
}

.x-n274nx {
    text-align: center;
}

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

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

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

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

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

.c-qsrqom img {
    width: 48px;
    height: 48px;
}

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

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

._r7dstb h4,
.x-lqpva2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-frkalv {
    display: flex;
    gap: 12px;
}

.x-frkalv img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

._usfzsv {
    font-size: 20px;
}

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

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

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

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

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

.js-xueb0e .ui-bg5r47 {
    position: relative;
    z-index: 1;
}

.x-otpfu4 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-maci39 {
    margin: 16px 0 32px;
}

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

.el-maci39 li strong {
    color: var(--text-primary);
}

.js-o7xd7k {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.c-rni9r0 {
    margin-bottom: 24px;
}

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

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

.m-fpy4qs {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-q3bp07 li:last-child,
.x-iwfyy9 li:last-child {
    border-bottom: none;
}

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

.x-q3bp07 a:hover,
.x-iwfyy9 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-qe8ngf h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.m-ypoxt3 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-e615y2 {
        display: none;
    }
    
    .x-c4ateu {
        display: flex;
    }
    
    .c-tpfd2b {
        font-size: 40px;
    }
    
    .js-k56cob,
    .ui-ofkrzj,
    .js-ca83az,
    .el-in5uw3,
    .m-ikc5ap,
    .c-wz760c,
    .q2mj5e,
    .ui-aeudq5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-jma9v6,
    .c-t9lq1d,
    .x-rttv6v,
    ._qyxwdj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-obxfyj,
    .m-hdj9cr,
    .is-q69yuh {
        grid-template-columns: 1fr;
    }
    
    .s-u0518p {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-oi0p7s,
    .ui-iakc37 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-j0c3ri,
    .is-t84th9 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-tpfd2b {
        font-size: 32px;
    }
    
    .c-asa3vn,
    .x-otpfu4 {
        font-size: 28px;
    }
    
    .js-k56cob,
    .ui-ofkrzj,
    .js-ca83az,
    .el-in5uw3,
    .m-ikc5ap,
    .is-jma9v6,
    .c-t9lq1d,
    .x-rttv6v,
    ._qyxwdj,
    .c-wz760c,
    .q2mj5e,
    .ui-aeudq5 {
        grid-template-columns: 1fr;
    }
    
    .s-u0518p {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .dih4pa,
    .is-kzsuhl,
    ._zyou6k {
        flex-direction: column;
    }
    
    .el-ag0im9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-ezhvoz {
        bottom: 20px;
        right: 20px;
    }
    
    .x-ewaouh {
        display: none;
    }
    
    .tl27m9 {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._czlchp {
        grid-template-columns: 1fr;
    }
    
    ._vy21lw {
        grid-template-columns: 1fr;
    }
    
    .m-nazhon {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-lzh3x0 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-bkodbf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-vjsjgv,
    .x-ezhvoz,
    .c-fu1s36,
    .c-cwf8o6 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
