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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g45v77 {
    width: 100%;
}

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

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

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

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

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

.m-kzhbbx {
    max-width: 700px;
}

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

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

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

.el-e5mor9 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

.ui-jrrdz1 {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

.js-c4g50l {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.x-l9dpaf {
    font-size: 24px;
}

.is-a24wf1 {
    position: relative;
}

.is-a24wf1 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

.is-rtsuk1 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

._d7ramn:hover .is-si3qew img {
    transform: scale(1.1);
}

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

.x-ob9v3q {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._w5nhdi {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-qna6ek h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-xufyj6 {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-can81z:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-wo1q6c.active .is-cxjrzy {
    transform: rotate(45deg);
}

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

.c-wo1q6c.active .c-b1h6vc {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-bqdz32:hover .gzvnds img {
    transform: scale(1.05);
}

.akdrnh {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.is-a53uu8 {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-kx04z1 img {
    width: 48px;
    height: 48px;
}

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

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

.m-l0taxz h4,
._yyt8dt h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-st9jad {
    display: flex;
    gap: 12px;
}

.m-st9jad img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-bslecr {
    font-size: 20px;
}

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

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

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

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

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

.f0qrx0 .s-hxyq3b {
    position: relative;
    z-index: 1;
}

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

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

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

.x-w0x3k3 {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

.c-k0cjqp h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.c-k0cjqp h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._yqlumd {
    margin-bottom: 24px;
}

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

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

.jweda8 {
    margin-bottom: 32px;
}

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

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

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

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

.iqlxmq p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-xy1s05 li:last-child,
.js-hlhzec li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

.s-xom6cu h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-bek21a ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-dmcicu {
        display: none;
    }
    
    .el-s8kun9 {
        display: flex;
    }
    
    .m-e6dawu {
        font-size: 40px;
    }
    
    .el-q6wr5w,
    .m-x7ngns,
    .js-gfd1rm,
    .jt4h4u,
    .js-dshujj,
    .is-m583am,
    .el-dbp1wx,
    .ui-rxivyn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._ccu2wz,
    .js-d16qyz,
    .x-moban9,
    .el-luqbtx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ngv6bk,
    .s-cyoh3b,
    .js-l1hkdp {
        grid-template-columns: 1fr;
    }
    
    .js-aw9wji {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-i2uqqw,
    .c-y7sreo {
        flex-direction: column;
        text-align: center;
    }
    
    .x-fedvfz,
    .m-gnecsh {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-e6dawu {
        font-size: 32px;
    }
    
    .ui-i0wfkj,
    ._itimxx {
        font-size: 28px;
    }
    
    .el-q6wr5w,
    .m-x7ngns,
    .js-gfd1rm,
    .jt4h4u,
    .js-dshujj,
    ._ccu2wz,
    .js-d16qyz,
    .x-moban9,
    .el-luqbtx,
    .is-m583am,
    .el-dbp1wx,
    .ui-rxivyn {
        grid-template-columns: 1fr;
    }
    
    .js-aw9wji {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-vej7e2,
    .is-a53uu8,
    .el-yw1d25 {
        flex-direction: column;
    }
    
    ._klq1ez {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-cw0ge6 {
        bottom: 20px;
        right: 20px;
    }
    
    .s-y5s9rz {
        display: none;
    }
    
    ._vw2fxy {
        padding: 16px;
        border-radius: 50%;
    }
    
    .i3rh5a {
        grid-template-columns: 1fr;
    }
    
    .ui-bs4w0q {
        grid-template-columns: 1fr;
    }
    
    .x-w0x3k3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-w31msp {
        flex-direction: column;
        gap: 8px;
    }
    
    .toee2u {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-mr8wf2,
    .m-cw0ge6,
    .s-gce85u,
    .s-dkwc29 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
