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

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

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

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

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

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

.is-lvca0d {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

._kh9psi:hover,
._kh9psi.js-u3b2al {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uhc3au {
    width: 100%;
}

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

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

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

.m-ypms6l::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-tcf79q {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-f151ij {
    font-size: 24px;
}

.m-uyih4h {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-l8x03o:hover .s-zzi614 img {
    transform: scale(1.1);
}

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

.ui-cciuad {
    padding: 20px;
}

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

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

.c-izhfu2 {
    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
   ======================================== */
.el-yjt2sl {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.c-amwimk {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-w5nwua {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ayf52l:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-s8l5i4.active ._mrqrnx {
    transform: rotate(45deg);
}

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

.x-s8l5i4.active .c-hwjcm5 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-fz7leu:hover .js-ucjj1h img {
    transform: scale(1.05);
}

.ui-cgk786 {
    padding: 20px;
}

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

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

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

.el-zhp3vm {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ge84bw {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.ui-bggmi8 h4,
.f3qnhj h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-rtpj8k {
    display: flex;
    gap: 12px;
}

.ui-rtpj8k img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.el-j6ytip {
    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-xmc8ut {
    font-size: 20px;
}

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

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

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

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

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

.ocyu3f .m-hxgdqw {
    position: relative;
    z-index: 1;
}

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

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

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

.c-hr3dmf {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-ayubzi {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-ayubzi td {
    padding: 12px 0;
    font-size: 14px;
}

.is-ayubzi td:first-child {
    color: var(--text-secondary);
}

.is-ayubzi td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.enmx97 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.m-sg1jnq p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-xmlrtb li:last-child,
._j5hyar li:last-child {
    border-bottom: none;
}

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

.x-xmlrtb a:hover,
._j5hyar a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-dovw6f {
        display: none;
    }
    
    ._kfixvm {
        display: flex;
    }
    
    .x-h8tg5z {
        font-size: 40px;
    }
    
    ._ubyxsj,
    .is-gycvov,
    .gvmnog,
    .x-gw9rh5,
    .js-yt4jek,
    .m-i21k81,
    .s-upw3sk,
    .is-r2z3mt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-bo0z8f,
    ._l1gznt,
    .ui-so4i2v,
    .is-fetsps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-yplxp4,
    .s-xvjss6,
    .el-drhbil {
        grid-template-columns: 1fr;
    }
    
    .js-rt1ef0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-r4sguf,
    .x-ciki8n {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-eyai18,
    .s-yqbz5r {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-h8tg5z {
        font-size: 32px;
    }
    
    .in52nb,
    .s-khlznb {
        font-size: 28px;
    }
    
    ._ubyxsj,
    .is-gycvov,
    .gvmnog,
    .x-gw9rh5,
    .js-yt4jek,
    .el-bo0z8f,
    ._l1gznt,
    .ui-so4i2v,
    .is-fetsps,
    .m-i21k81,
    .s-upw3sk,
    .is-r2z3mt {
        grid-template-columns: 1fr;
    }
    
    .js-rt1ef0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-gfpog9,
    .dkypcb,
    .ui-ge84bw {
        flex-direction: column;
    }
    
    .m-nna2a8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._kg8qpx {
        bottom: 20px;
        right: 20px;
    }
    
    .c-cctq73 {
        display: none;
    }
    
    .el-j6ytip {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-s64i8w {
        grid-template-columns: 1fr;
    }
    
    .ui-vw1dan {
        grid-template-columns: 1fr;
    }
    
    .c-hr3dmf {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-ewnqyj {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-bkirhl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-t0qukl,
    ._kg8qpx,
    .s-dt1gkn,
    .m-wtmemw {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
