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

/* CSS Variables */
:root {
    --primary: #00E676;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.m-y3phye {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.el-zubbvy:hover,
.el-zubbvy._h1ia73 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.m-uspekj {
    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-uspekj:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ybn8x1 {
    width: 100%;
}

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

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

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

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

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

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

.c-ysez22 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

.x-j8opep {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.oyhgrb {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-lvg7sc:hover .m-sswmaq img {
    transform: scale(1.1);
}

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

.js-xbbhxg {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-v2ququ img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.m-eizfqv {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jgbaw5 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-yenjjx:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-rgq4wi.active .x-rqqs5j {
    transform: rotate(45deg);
}

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

.ui-rgq4wi.active .c-zrjw3k {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-huhay4:hover .is-mr8sbr img {
    transform: scale(1.05);
}

.js-e790h0 {
    padding: 20px;
}

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

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

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

.m-khqkc6 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-hfcph5 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m-hfcph5 img {
    width: 48px;
    height: 48px;
}

.m-hfcph5 span {
    font-size: 20px;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-zt3euf {
    font-size: 20px;
}

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

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

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

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

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

.is-nwv73t .m-y3phye {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.ui-ko6nyg h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-ko6nyg h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-reyalp {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-pw7is6 li,
.js-chgxvx li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.c-pw7is6 li:last-child,
.js-chgxvx li:last-child {
    border-bottom: none;
}

.c-pw7is6 a,
.js-chgxvx a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-pw7is6 a:hover,
.js-chgxvx a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-l3lobp h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.y3n5o5 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._vc7pq3 {
        display: none;
    }
    
    .s-ctltk9 {
        display: flex;
    }
    
    .c-ysez22 {
        font-size: 40px;
    }
    
    .x-bta8d0,
    ._r8qp1g,
    .ui-zrbni2,
    ._w4n7x4,
    .nf8a1z,
    .c-trtlhl,
    ._devoot,
    .is-hs0ds5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ygzvxj,
    .s-hjub82,
    .is-i28mir,
    .x-gzesza {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-jgla1j,
    .el-lsf3qb,
    .c-h45y8l {
        grid-template-columns: 1fr;
    }
    
    .js-oxyqd1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-mu1aly,
    .c-zqydwn {
        flex-direction: column;
        text-align: center;
    }
    
    .m-s5ynes,
    .m-eizfqv {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-ysez22 {
        font-size: 32px;
    }
    
    .m-b95btz,
    .lakhif {
        font-size: 28px;
    }
    
    .x-bta8d0,
    ._r8qp1g,
    .ui-zrbni2,
    ._w4n7x4,
    .nf8a1z,
    .ygzvxj,
    .s-hjub82,
    .is-i28mir,
    .x-gzesza,
    .c-trtlhl,
    ._devoot,
    .is-hs0ds5 {
        grid-template-columns: 1fr;
    }
    
    .js-oxyqd1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-w7yvax,
    .el-gaur5g,
    .x-xo9b10 {
        flex-direction: column;
    }
    
    .s-vnkrj4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-bl48aj {
        bottom: 20px;
        right: 20px;
    }
    
    .is-w4kx7f {
        display: none;
    }
    
    .pvezjb {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-wj67tr {
        grid-template-columns: 1fr;
    }
    
    .x-y1pfhu {
        grid-template-columns: 1fr;
    }
    
    .ui-smf964 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-svhy2c {
        flex-direction: column;
        gap: 8px;
    }
    
    ._ffsro0 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-yf80xq,
    .el-bl48aj,
    .x-yjkshk,
    .m-s45eg3 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
