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

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

/* ========================================
   Header & Navigation
   ======================================== */
.js-x0s5o5 {
    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-wq0osw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

.is-owjx7g:hover,
.is-owjx7g.el-k65o39 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tbd69f {
    width: 100%;
}

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

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

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

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

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

.ui-hmg95g {
    max-width: 700px;
}

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

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

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

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

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

.is-iovvcl {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.is-v0pomd {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.x-fd2mew {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.a646yu:hover .f9hle4 img {
    transform: scale(1.1);
}

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

.is-t75myx {
    padding: 20px;
}

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

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

.x-i1yl5g {
    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-pq58d4 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.s-i8kih7 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

.c-dgfw11 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

.s-hd3qti h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-nkwo37 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-svo44k:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._wfnqtg.active .c-byf3lx {
    transform: rotate(45deg);
}

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

._wfnqtg.active .is-rl3mt1 {
    max-height: 500px;
}

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

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

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

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

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

.s-nq1nrk {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.x-u4hsmz:hover .s-nq1nrk img {
    transform: scale(1.05);
}

.c-c72u44 {
    padding: 20px;
}

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

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

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

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

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

.el-ra72nm h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.el-ra72nm h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

.is-zbw6hb {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.el-hlwnx7 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.is-a2ffki h4,
.oep5tl h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-hn4t3k {
    display: flex;
    gap: 12px;
}

.x-hn4t3k img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.el-g73idu {
    font-size: 20px;
}

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

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

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

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

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

.el-ztey0i .is-p6ciab {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-dlu3qo {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ec27lk {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-c6zb3x li:last-child,
.s-fmx8o1 li:last-child {
    border-bottom: none;
}

.js-c6zb3x a,
.s-fmx8o1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-c6zb3x a:hover,
.s-fmx8o1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-jj6dbj {
        display: none;
    }
    
    .m-w1koyf {
        display: flex;
    }
    
    .ui-wjzteu {
        font-size: 40px;
    }
    
    .ui-mxly73,
    .x-tnxgk3,
    .ui-wj0a8t,
    .s-jiw6nu,
    .ui-n7fyge,
    .c-iuqsnk,
    .is-xas5eo,
    .el-a9dxgc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-i2fxxp,
    .is-mpwym8,
    .m-zhqw2w,
    .s-lzcaom {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-vx90cn,
    .m-rnqo29,
    .el-p9xih6 {
        grid-template-columns: 1fr;
    }
    
    .m-y71eio {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-d210mp,
    .is-vtfm11 {
        flex-direction: column;
        text-align: center;
    }
    
    ._i7um16,
    .s-e5dkq7 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-wjzteu {
        font-size: 32px;
    }
    
    .ui-ikbhdd,
    .m-nkeqg9 {
        font-size: 28px;
    }
    
    .ui-mxly73,
    .x-tnxgk3,
    .ui-wj0a8t,
    .s-jiw6nu,
    .ui-n7fyge,
    .s-i2fxxp,
    .is-mpwym8,
    .m-zhqw2w,
    .s-lzcaom,
    .c-iuqsnk,
    .is-xas5eo,
    .el-a9dxgc {
        grid-template-columns: 1fr;
    }
    
    .m-y71eio {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-gv0z1p,
    .el-sx5hf6,
    .el-hlwnx7 {
        flex-direction: column;
    }
    
    .x-v9acpk {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-gj37ju {
        bottom: 20px;
        right: 20px;
    }
    
    .m-vla525 {
        display: none;
    }
    
    .ui-hfc0y6 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-jyllbr {
        grid-template-columns: 1fr;
    }
    
    .js-e09ysx {
        grid-template-columns: 1fr;
    }
    
    .is-nb23sh {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-y59rwq {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-va3tsx {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-x0s5o5,
    .ui-gj37ju,
    .is-k1gxna,
    .s-bqdipg {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
