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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

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

.s-nunruz:hover,
.s-nunruz.el-aukjgb {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.el-mx1tdl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.el-hd1rwj {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.m-dkwbyg {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

.is-ugj1n2 {
    text-align: center;
    padding: 24px;
}

.ui-ifaj83 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.c-yn11p9 {
    font-size: 24px;
}

.s-davv2i {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-yn0216:hover ._h1qzf2 img {
    transform: scale(1.1);
}

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

.is-bgs0v3 {
    padding: 20px;
}

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

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

.c-p7qrw2 {
    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-jvprw8 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-k8gsbr {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ux09xt a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-tinz9v.active .c-xgnw3u {
    transform: rotate(45deg);
}

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

.m-tinz9v.active .is-qyn60s {
    max-height: 500px;
}

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

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

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

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

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

.ui-et55ho {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.is-xyb6h0:hover .ui-et55ho img {
    transform: scale(1.05);
}

.ui-q55rbs {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-hcaksx {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.el-nsp4n1 img {
    width: 48px;
    height: 48px;
}

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

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

.pnqu33 h4,
.el-f92p9c h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-pg7cob {
    font-size: 20px;
}

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

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

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

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

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

.x-p7lnyq .x-axfpzl {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.js-h1j96a h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.js-h1j96a h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-r1tcxw {
    margin-bottom: 24px;
}

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

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

._azadgf {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-bdsw4a li:last-child,
.m-jj3h0w li:last-child {
    border-bottom: none;
}

.js-bdsw4a a,
.m-jj3h0w a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-bdsw4a a:hover,
.m-jj3h0w a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.x-gpwksk {
    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-qnnz2g h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-aq2wv7 {
        display: none;
    }
    
    .is-dubctd {
        display: flex;
    }
    
    .js-ex888z {
        font-size: 40px;
    }
    
    .el-gta5hm,
    ._s9vl70,
    .m-cuq3wg,
    .ag5iys,
    .srqb8m,
    .s-zlryqi,
    .x-udqriv,
    .el-n57doh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .i2hdmq,
    .m-forylc,
    .js-r9wcma,
    .nwfmno {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-hmep6p,
    .js-xigb8z,
    .ui-ewng6s {
        grid-template-columns: 1fr;
    }
    
    .s-nt45h6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-qbusp5,
    ._my9ak1 {
        flex-direction: column;
        text-align: center;
    }
    
    .s-amb3pd,
    .cpjzfc {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-ex888z {
        font-size: 32px;
    }
    
    .m-ozk5gt,
    .c-kq6mm8 {
        font-size: 28px;
    }
    
    .el-gta5hm,
    ._s9vl70,
    .m-cuq3wg,
    .ag5iys,
    .srqb8m,
    .i2hdmq,
    .m-forylc,
    .js-r9wcma,
    .nwfmno,
    .s-zlryqi,
    .x-udqriv,
    .el-n57doh {
        grid-template-columns: 1fr;
    }
    
    .s-nt45h6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-empbd0,
    .x-upvpzj,
    .is-hcaksx {
        flex-direction: column;
    }
    
    .c-k8s10k {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-kwkfv7 {
        bottom: 20px;
        right: 20px;
    }
    
    .x-x0vtnl {
        display: none;
    }
    
    .el-jt7e9m {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._npwnk2 {
        grid-template-columns: 1fr;
    }
    
    .m-l7dexi {
        grid-template-columns: 1fr;
    }
    
    .s-h7gu8h {
        flex-direction: column;
        gap: 12px;
    }
    
    ._j41qfa {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-fazni4 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ijpb7a,
    .el-kwkfv7,
    .c-atodyx,
    .is-aryx5v {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
