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

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

/* ========================================
   Header & Navigation
   ======================================== */
.x-xznqxk {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

.s-igpl6v {
    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-wpi92o {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-pjd4ob:hover,
.x-pjd4ob.x-ts15r1 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-zdkw2x {
    width: 100%;
}

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

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

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

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

.imfmwr {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-sh6bm5 {
    font-size: 24px;
}

.ui-jf7oe0 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-u9077u:hover .m-wv5v03 img {
    transform: scale(1.1);
}

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

.m-dm7t2r {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.eym0d5 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.ui-ds1p9m {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nqloc1 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-o6g2n2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

.is-o6g2n2:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-dgejm2.active .el-qfeu8g {
    transform: rotate(45deg);
}

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

.ui-dgejm2.active .c-d4cobh {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-fo924o:hover .is-ixqr1r img {
    transform: scale(1.05);
}

.s-f6f2d3 {
    padding: 20px;
}

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

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

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

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

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

.c-cxztnd h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.c-cxztnd h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

._vyi9kn {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-i1okzs {
    font-size: 20px;
}

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

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

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

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

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

.p5aly0 ._s4kdw4 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-cch4o4 {
    margin: 16px 0 32px;
}

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

.m-cch4o4 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._nytqog {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-t43dzs li,
.js-sn86bf li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-t43dzs li:last-child,
.js-sn86bf li:last-child {
    border-bottom: none;
}

.is-t43dzs a,
.js-sn86bf a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-t43dzs a:hover,
.js-sn86bf a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lwvauh {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.is-ab3msa ul {
    margin-bottom: 24px;
}

.is-ab3msa 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-wpi92o {
        display: none;
    }
    
    .x-dp5rro {
        display: flex;
    }
    
    .m-xi21gq {
        font-size: 40px;
    }
    
    .is-of8vhw,
    .m-yh90nr,
    .el-znhz9h,
    .c-tbu5fd,
    .c-sqknt0,
    ._nrebzp,
    .c-lc1w3q,
    .x-j531mo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-uifbqa,
    .el-eelepv,
    .x-hrpj60,
    .is-t91q47 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-htheg3,
    .m-llgv50,
    .ui-inzy2h {
        grid-template-columns: 1fr;
    }
    
    .x-oj2gxj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-g5b33h,
    .is-b2phxa {
        flex-direction: column;
        text-align: center;
    }
    
    .c-irmpc0,
    .ui-ds1p9m {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-xi21gq {
        font-size: 32px;
    }
    
    .is-fmn9xa,
    .x-ng3uh8 {
        font-size: 28px;
    }
    
    .is-of8vhw,
    .m-yh90nr,
    .el-znhz9h,
    .c-tbu5fd,
    .c-sqknt0,
    .c-uifbqa,
    .el-eelepv,
    .x-hrpj60,
    .is-t91q47,
    ._nrebzp,
    .c-lc1w3q,
    .x-j531mo {
        grid-template-columns: 1fr;
    }
    
    .x-oj2gxj {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-tyti3p,
    .is-ez041t,
    .x-zklsbb {
        flex-direction: column;
    }
    
    .el-e3c6n7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .oprexo {
        bottom: 20px;
        right: 20px;
    }
    
    .is-d6mm5t {
        display: none;
    }
    
    .dyx4k0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-nnciii {
        grid-template-columns: 1fr;
    }
    
    .x-ck2w85 {
        grid-template-columns: 1fr;
    }
    
    .x-bth55n {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-jp1whu {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-lcxx1y {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-xznqxk,
    .oprexo,
    .s-q1wgmi,
    .ui-dykx09 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
