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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-n7iih4 {
    width: 100%;
}

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

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

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

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

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

.p3ier4 {
    max-width: 700px;
}

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

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

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

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

.m-y1nhmh {
    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-jfrcft {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.el-ewfxhj {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.s-q7o7gw {
    font-size: 24px;
}

.el-plc8ok {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-rqjxm5:hover .ui-axvqar img {
    transform: scale(1.1);
}

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

._sxjc7p {
    padding: 20px;
}

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

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

.x-bpeyv4 {
    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
   ======================================== */
.x-lpbb09 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-y1k0j0 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

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

.el-z2qsx6 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-qy7yyy {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._kcsp7q:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._axjsr9.active .ui-lvqbgp {
    transform: rotate(45deg);
}

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

._axjsr9.active .x-a3ut6m {
    max-height: 500px;
}

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

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

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

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

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

.x-ic5co9 {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.s-k8f1zi:hover .x-ic5co9 img {
    transform: scale(1.05);
}

.el-zv9avj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._jx62bj img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-h3xs18 {
    font-size: 20px;
}

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

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

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

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

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

.is-m5bl6s .s-pwiuuw {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-asi4gl {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-os0ze8 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s1z3kk li:last-child,
.s-h9o94q li:last-child {
    border-bottom: none;
}

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

.s1z3kk a:hover,
.s-h9o94q a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .jk8llg {
        display: none;
    }
    
    ._xjgnca {
        display: flex;
    }
    
    .x-yeiilh {
        font-size: 40px;
    }
    
    .s-gy0v7b,
    .el-bro9zj,
    ._za9pok,
    .lvn736,
    ._p04uds,
    .z2rpvp,
    .ui-tg2xmi,
    .x-dne1gl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ngtm62,
    .el-kpeme4,
    .x-q3yrc4,
    .x-dyx6hw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-yx11pc,
    ._pic7g7,
    .s-d7o18x {
        grid-template-columns: 1fr;
    }
    
    .m-k3646v {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yngghe,
    .el-mfy1nz {
        flex-direction: column;
        text-align: center;
    }
    
    ._klz4xk,
    .x-y1k0j0 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-yeiilh {
        font-size: 32px;
    }
    
    .c-w1t3sg,
    .ui-joch42 {
        font-size: 28px;
    }
    
    .s-gy0v7b,
    .el-bro9zj,
    ._za9pok,
    .lvn736,
    ._p04uds,
    .ngtm62,
    .el-kpeme4,
    .x-q3yrc4,
    .x-dyx6hw,
    .z2rpvp,
    .ui-tg2xmi,
    .x-dne1gl {
        grid-template-columns: 1fr;
    }
    
    .m-k3646v {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-lz8f2j,
    .ui-un6bt0,
    .m-ksvc3v {
        flex-direction: column;
    }
    
    ._hnizev {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .wq94f1 {
        bottom: 20px;
        right: 20px;
    }
    
    .m-uh1my1 {
        display: none;
    }
    
    .js-b420h5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-k9clje {
        grid-template-columns: 1fr;
    }
    
    .el-m877w5 {
        grid-template-columns: 1fr;
    }
    
    .ui-r3es3r {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-qps4gj {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-vzu144 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-awnvmz,
    .wq94f1,
    .el-djfike,
    .s-v25kr6 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
