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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-f7b6an {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.c-g2vvfm {
    text-align: center;
    margin-bottom: 48px;
}

.js-cuj2pk {
    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-iy0v93 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-wdivcn {
    font-size: 24px;
}

.q4s2jv {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-xzzylz:hover .ui-ipr78j img {
    transform: scale(1.1);
}

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

.js-nwfjow {
    padding: 20px;
}

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

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

.s-pa5p8f {
    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
   ======================================== */
.ui-tknjew {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wmvqos img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-uq47xc {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tn1yoq {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

.s8lliv {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-r5vdb4 {
    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-r5vdb4:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._xc7pcr.active .buish5 {
    transform: rotate(45deg);
}

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

._xc7pcr.active .c-jwgkv7 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.viyc0y:hover .c-whjtxd img {
    transform: scale(1.05);
}

.js-mdvssd {
    padding: 20px;
}

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

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

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

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

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

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

.js-mhqyg1 h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-qrbzqo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.js-qrbzqo img {
    width: 48px;
    height: 48px;
}

.js-qrbzqo span {
    font-size: 20px;
    font-weight: 700;
}

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

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

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

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

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

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

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

._gbujc2 {
    display: flex;
    gap: 12px;
}

._gbujc2 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.oe72jy {
    font-size: 20px;
}

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

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

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

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

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

.js-tg8lle .s-y2jz62 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.od8l8h {
    margin: 16px 0 32px;
}

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

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

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

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

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

.s-i17a4e {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-i17a4e td {
    padding: 12px 0;
    font-size: 14px;
}

.s-i17a4e td:first-child {
    color: var(--text-secondary);
}

.s-i17a4e td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

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

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

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

.c-l44tek {
    margin-bottom: 32px;
}

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

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

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

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

.c-ctwam1 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.qeayb9 li:last-child,
.i8ij2d li:last-child {
    border-bottom: none;
}

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

.qeayb9 a:hover,
.i8ij2d a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-owouuy h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.s-bmgtp6 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-a1o9s6 {
        display: none;
    }
    
    .x-e1mfiq {
        display: flex;
    }
    
    .lzijwa {
        font-size: 40px;
    }
    
    .s-rw7tpj,
    .jmx46s,
    .is-i6sals,
    .is-zivfvv,
    .ui-rrmak7,
    .c-qhzjnj,
    .js-ah4bq1,
    .s-luqtaj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-myvqmc,
    .s-ry2by2,
    .m-x17x7v,
    .c-yciswa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-d9ogz8,
    .ukdszm,
    .ui-o9eyqz {
        grid-template-columns: 1fr;
    }
    
    .is-emkbvf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-uz0xl4,
    .el-unz1jr {
        flex-direction: column;
        text-align: center;
    }
    
    .el-fdhjve,
    .s-a4yazq {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .lzijwa {
        font-size: 32px;
    }
    
    .is-iy0v93,
    .is-p6fex8 {
        font-size: 28px;
    }
    
    .s-rw7tpj,
    .jmx46s,
    .is-i6sals,
    .is-zivfvv,
    .ui-rrmak7,
    .c-myvqmc,
    .s-ry2by2,
    .m-x17x7v,
    .c-yciswa,
    .c-qhzjnj,
    .js-ah4bq1,
    .s-luqtaj {
        grid-template-columns: 1fr;
    }
    
    .is-emkbvf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-ydjp7s,
    .el-zsh4kg,
    .pwkfmr {
        flex-direction: column;
    }
    
    .js-ebdj73 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-frh2ze {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-h95c3z {
        display: none;
    }
    
    .t01y74 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-lzsk15 {
        grid-template-columns: 1fr;
    }
    
    .js-b7xa37 {
        grid-template-columns: 1fr;
    }
    
    .ihq584 {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-ud68y3 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-cdlg77 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-uxc0s9,
    .is-frh2ze,
    .c-ton2kt,
    .js-ici81k {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
