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

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

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

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

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

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

.js-zmu8l4 {
    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-xxrykn {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-lpw5hi:hover,
.ui-lpw5hi.el-uxolht {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-sxupwp {
    width: 100%;
}

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

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

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

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

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

.c-j0h4a3 {
    max-width: 700px;
}

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

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

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

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

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

.c-eponpl {
    text-align: center;
    margin-bottom: 48px;
}

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

.js-omvso4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.m-xvkk6k {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.ui-t5pk1x {
    font-size: 24px;
}

.x-pjcjpl {
    position: relative;
}

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

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

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

.x-dapyng {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.js-xca543:hover .skk08r img {
    transform: scale(1.1);
}

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

._bdo1y0 {
    padding: 20px;
}

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

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

._lqttwt {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-cx4mid img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-v2771w {
    font-size: 32px;
}

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

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

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

.m-zjhyat {
    display: flex;
    align-items: center;
    gap: 60px;
}

.js-fkfvcv h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-m5huan {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-azxjt4.active .js-r57rdo {
    transform: rotate(45deg);
}

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

.is-azxjt4.active .c-mgi170 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-feiq0t:hover .c-dtcxso img {
    transform: scale(1.05);
}

.m-m6wt5l {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.ui-m1tbvu {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-sqotg7 h4,
.d976cs h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-eref7v {
    display: flex;
    gap: 12px;
}

.s-eref7v img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.el-ei17ak {
    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-e1fe7t {
    font-size: 20px;
}

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

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

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

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

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

.c-joazp6 .m-gzgex1 {
    position: relative;
    z-index: 1;
}

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

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

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

.ui-wiyxei {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-xdpxy3 {
    margin-bottom: 24px;
}

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

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

.js-i3vgrs {
    margin-bottom: 32px;
}

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

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

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

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

.js-enrzff p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-n2mdy8 li,
.c-fyw1zj li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-n2mdy8 li:last-child,
.c-fyw1zj li:last-child {
    border-bottom: none;
}

.is-n2mdy8 a,
.c-fyw1zj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-n2mdy8 a:hover,
.c-fyw1zj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-gzom40 ul {
    margin-bottom: 24px;
}

.el-gzom40 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-xxrykn {
        display: none;
    }
    
    ._jb71um {
        display: flex;
    }
    
    .el-e2ki6b {
        font-size: 40px;
    }
    
    .el-sds17g,
    .el-ovy2pt,
    .s-b6gefo,
    .c-c49wgh,
    .s-umqhdp,
    .js-rxg0c2,
    .is-h0l2gj,
    .el-xzuvst {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-y006cc,
    .x-slpnri,
    .js-nh8ou3,
    .ui-r9huga {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-p31hf9,
    .ui-tmvpya,
    .piytsj {
        grid-template-columns: 1fr;
    }
    
    .c-j6a3a5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-zjhyat,
    .x-ult18r {
        flex-direction: column;
        text-align: center;
    }
    
    .s-x1nlzz,
    ._lkwv7z {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-e2ki6b {
        font-size: 32px;
    }
    
    .js-omvso4,
    .s-z691kk {
        font-size: 28px;
    }
    
    .el-sds17g,
    .el-ovy2pt,
    .s-b6gefo,
    .c-c49wgh,
    .s-umqhdp,
    .x-y006cc,
    .x-slpnri,
    .js-nh8ou3,
    .ui-r9huga,
    .js-rxg0c2,
    .is-h0l2gj,
    .el-xzuvst {
        grid-template-columns: 1fr;
    }
    
    .c-j6a3a5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._k4eluw,
    .ui-m1tbvu,
    .s-wtjux0 {
        flex-direction: column;
    }
    
    .ui-zvd6hs {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-rmoupe {
        bottom: 20px;
        right: 20px;
    }
    
    .el-i5rbrz {
        display: none;
    }
    
    .el-ei17ak {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-q1e7fp {
        grid-template-columns: 1fr;
    }
    
    .x-tyxxu0 {
        grid-template-columns: 1fr;
    }
    
    .ui-wiyxei {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-rqzj7d {
        flex-direction: column;
        gap: 8px;
    }
    
    ._qins8o {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-v2ox7c,
    .c-rmoupe,
    ._aptf2j,
    .c-cwqwhc {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
