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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-l7a280: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-f1lkiy {
    padding: 10px 20px;
    font-size: 14px;
}

.is-m3azwi {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.el-hd1rwj {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xy14ga {
    font-size: 24px;
}

.x-qyyn5x {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-ollmv3:hover .s-il4hth img {
    transform: scale(1.1);
}

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

.mv6yxy {
    padding: 20px;
}

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

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

.is-hncp9x {
    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
   ======================================== */
.js-jj5i3u {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-davv2i {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-bgs0v3 h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ildeck {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.cpjzfc {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wklptn:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-ao1esj.active .x-rfnhpe {
    transform: rotate(45deg);
}

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

.is-ao1esj.active .ag5iys {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-ux09xt:hover .c-gvj0zu img {
    transform: scale(1.05);
}

.m-forylc {
    padding: 20px;
}

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

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

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

.ui-t4fo71 {
    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
   ======================================== */
.x-nx0ry3 {
    background: var(--bg-card);
}

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

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

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

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

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

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

.s-y3z5yv {
    display: flex;
    gap: 16px;
}

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

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

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

.is-ya8w3n {
    display: flex;
    gap: 12px;
}

.is-ya8w3n 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-axfpzl {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-h1j96a {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-qa5t7j {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.is-qyn60s p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-atnqgd li:last-child,
.js-fo5ha7 li:last-child {
    border-bottom: none;
}

.js-atnqgd a,
.js-fo5ha7 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-atnqgd a:hover,
.js-fo5ha7 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ysh7yd h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.m-zdg0ax ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-szze5t {
        display: none;
    }
    
    .m-hjkzw1 {
        display: flex;
    }
    
    .ui-jrvvdw {
        font-size: 40px;
    }
    
    .js-danldt,
    .el-gta5hm,
    .x-vomomg,
    .el-nunbw9,
    .c-mour1y,
    ._my9ak1,
    ._w3rwbx,
    .js-kdla3m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-empbd0,
    .x-urp0ao,
    .x-k8gsbr,
    .kp86aj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-ap3vwg,
    .s-fgg4i8,
    .s-tmt1d7 {
        grid-template-columns: 1fr;
    }
    
    .s-nt45h6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-o4qk97,
    .m-sdnyo6 {
        flex-direction: column;
        text-align: center;
    }
    
    ._npwnk2,
    .x7bmzd {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-jrvvdw {
        font-size: 32px;
    }
    
    .m-ozk5gt,
    .is-zl6d7o {
        font-size: 28px;
    }
    
    .js-danldt,
    .el-gta5hm,
    .x-vomomg,
    .el-nunbw9,
    .c-mour1y,
    .js-empbd0,
    .x-urp0ao,
    .x-k8gsbr,
    .kp86aj,
    ._my9ak1,
    ._w3rwbx,
    .js-kdla3m {
        grid-template-columns: 1fr;
    }
    
    .s-nt45h6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-jmlabj,
    .x-upvpzj,
    .s-y3z5yv {
        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%;
    }
    
    ._ohg3q7 {
        grid-template-columns: 1fr;
    }
    
    .c-p7qrw2 {
        grid-template-columns: 1fr;
    }
    
    .s-isirvx {
        flex-direction: column;
        gap: 12px;
    }
    
    ._n028p4 {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-aj6rru {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

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