/* ========================================
   {{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 */
.x-k7bwzf {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.ui-zewskw:hover,
.ui-zewskw.m-cl62ka {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.ui-ygyqlh {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.s-l8v1vn {
    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-rgkcsi {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.m-z9erc2 {
    width: 100%;
}

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

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

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

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

.m-iiq4f9 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-gwdm7g {
    font-size: 24px;
}

.x-p5iq7t {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-n80arg:hover .el-bd3wkp img {
    transform: scale(1.1);
}

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

.ui-jtpsga {
    padding: 20px;
}

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

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

.js-twg81w {
    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
   ======================================== */
.m-pl198j {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ijm5c5 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.ui-n0vlq1 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tnu4sp:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-c9h7f9.active ._e3o43w {
    transform: rotate(45deg);
}

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

.c-c9h7f9.active .fysu02 {
    max-height: 500px;
}

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

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

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

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

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

.el-th7ie6 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

._k81rsg:hover .el-th7ie6 img {
    transform: scale(1.05);
}

.ui-zd8f8z {
    padding: 20px;
}

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

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

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

.x-drltrz {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-uffm2t h4,
.is-b6y5qo h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-unzhlw {
    display: flex;
    gap: 12px;
}

.is-unzhlw img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.m-cqfeub {
    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-tcijl9 {
    font-size: 20px;
}

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

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

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

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

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

.el-d9h5yb .x-k7bwzf {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-gllzb9 {
    margin-bottom: 24px;
}

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

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

.s-ch9k8v {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._g6h92i li:last-child,
.m-mptcpn li:last-child {
    border-bottom: none;
}

._g6h92i a,
.m-mptcpn a {
    font-size: 14px;
    color: var(--text-secondary);
}

._g6h92i a:hover,
.m-mptcpn a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-h8oy4t h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .z5qexw {
        display: none;
    }
    
    ._d78l2a {
        display: flex;
    }
    
    .ui-lqlvq1 {
        font-size: 40px;
    }
    
    ._lruslb,
    .m-t5jf5x,
    .x-p4712u,
    .ui-ufjj7h,
    .el-q403l4,
    .js-b3n4qr,
    ._o7blzo,
    .js-kfgg4v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-wkdmb7,
    ._y75e8f,
    ._u2iqhe,
    .c-lk5j76 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-hvikuv,
    .x-gnco6p,
    .x-flhx0u {
        grid-template-columns: 1fr;
    }
    
    .js-ltlnjh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-gtiqdf,
    .ui-x35ldm {
        flex-direction: column;
        text-align: center;
    }
    
    .m-p1hb3c,
    .el-ijm5c5 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-lqlvq1 {
        font-size: 32px;
    }
    
    .at4aqv,
    ._c21rby {
        font-size: 28px;
    }
    
    ._lruslb,
    .m-t5jf5x,
    .x-p4712u,
    .ui-ufjj7h,
    .el-q403l4,
    .c-wkdmb7,
    ._y75e8f,
    ._u2iqhe,
    .c-lk5j76,
    .js-b3n4qr,
    ._o7blzo,
    .js-kfgg4v {
        grid-template-columns: 1fr;
    }
    
    .js-ltlnjh {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .acn10x,
    .x-wngy7r,
    .m-y1a9l7 {
        flex-direction: column;
    }
    
    .el-hoh99g {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-hmc6fn {
        bottom: 20px;
        right: 20px;
    }
    
    .is-mf40hw {
        display: none;
    }
    
    .m-cqfeub {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-nlvxjd {
        grid-template-columns: 1fr;
    }
    
    .el-i6kmrp {
        grid-template-columns: 1fr;
    }
    
    ._xdd728 {
        flex-direction: column;
        gap: 12px;
    }
    
    .j5uo72 {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-h3pk31 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .o3b2ky,
    .s-hmc6fn,
    .x-ajyju3,
    .el-kivbfl {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
