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

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

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

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

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

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

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

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

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

.s-hxyq3b:hover,
.s-hxyq3b.f0qrx0 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-m6pzuv {
    width: 100%;
}

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

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

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

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

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

.js-syytb3 {
    max-width: 700px;
}

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

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

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

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

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

.ui-benmkb {
    text-align: center;
    margin-bottom: 48px;
}

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

.s-i5dfur {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-gfd1rm {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-i2uqqw:hover .ui-qna6ek img {
    transform: scale(1.1);
}

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

._hy4643 {
    padding: 20px;
}

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

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

.ube84w {
    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-fu4ot5 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

.is-zq1l79 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-wo1q6c h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jweda8.active .toee2u {
    transform: rotate(45deg);
}

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

.jweda8.active .x-hccghn {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-khqdxo:hover .s-xy1s05 img {
    transform: scale(1.05);
}

.js-hlhzec {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.c-kx04z1 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

.oidzuc {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-v51ai0 {
    display: flex;
    gap: 12px;
}

.js-v51ai0 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ui-a0df9j {
    font-size: 20px;
}

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

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

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

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

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

.s-cyoh3b .ggjp3z {
    position: relative;
    z-index: 1;
}

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

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

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

.c-une3hi {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

.x-bbdfjg h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.x-bbdfjg h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.n4tatm {
    margin-bottom: 24px;
}

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

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

.ui-cqvqaq {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-y4sx6j li,
.ui-c18owh li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-y4sx6j li:last-child,
.ui-c18owh li:last-child {
    border-bottom: none;
}

.ui-y4sx6j a,
.ui-c18owh a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-y4sx6j a:hover,
.ui-c18owh a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.x-sm021z h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.is-rf1usm h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

.is-mq0z1d ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-z5xnld {
        display: none;
    }
    
    .el-wb6e7i {
        display: flex;
    }
    
    .ekqyw5 {
        font-size: 40px;
    }
    
    .is-k04cy2,
    .jt4h4u,
    .m-dzb1cq,
    .el-luqbtx,
    .el-yw1d25,
    .is-a53uu8,
    .js-eno5w1,
    .c-m7go98 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-gnylm6,
    .m-ennyq9,
    .lbl7af,
    .s-nei34i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-cjgk3i,
    .js-vgrc4j,
    .ui-rxivyn {
        grid-template-columns: 1fr;
    }
    
    .m-cw0ge6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-mh5gtw,
    ._blhs92 {
        flex-direction: column;
        text-align: center;
    }
    
    .x-wonzns,
    .x-moban9 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ekqyw5 {
        font-size: 32px;
    }
    
    .s-i5dfur,
    .js-tbe3x6 {
        font-size: 28px;
    }
    
    .is-k04cy2,
    .jt4h4u,
    .m-dzb1cq,
    .el-luqbtx,
    .el-yw1d25,
    .is-gnylm6,
    .m-ennyq9,
    .lbl7af,
    .s-nei34i,
    .is-a53uu8,
    .js-eno5w1,
    .c-m7go98 {
        grid-template-columns: 1fr;
    }
    
    .m-cw0ge6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._p3pnuv,
    .c-kx04z1,
    .el-dbp1wx {
        flex-direction: column;
    }
    
    .el-vm6060 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .cdj5ea {
        bottom: 20px;
        right: 20px;
    }
    
    .js-jvveo2 {
        display: none;
    }
    
    .el-k1yoa6 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-stxlgy {
        grid-template-columns: 1fr;
    }
    
    .m-can81z {
        grid-template-columns: 1fr;
    }
    
    .c-une3hi {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-bek21a {
        flex-direction: column;
        gap: 8px;
    }
    
    .kslm4y {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-rd84ml,
    .cdj5ea,
    ._klq1ez,
    .s-gce85u {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
