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

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

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

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

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

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

.s-xxrykn {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-u97580: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;
}

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

.c-eponpl {
    width: 100%;
}

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

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

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

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

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

.ovih8s {
    max-width: 700px;
}

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

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

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

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

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

.x-y006cc {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

.x-cosal8 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.fxl4y2 {
    font-size: 24px;
}

.s-x1nlzz {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.x-cx4mid:hover ._lkwv7z img {
    transform: scale(1.1);
}

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

.s-v2771w {
    padding: 20px;
}

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

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

.c-l5yyw8 {
    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
   ======================================== */
.m-zjhyat {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-m5huan img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Testimonials 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);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
}

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

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

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

.x-idolxa {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.unjt7e {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-mblsqv.active .is-xdpxy3 {
    transform: rotate(45deg);
}

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

.m-mblsqv.active ._bvb3fb {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-enrzff:hover ._qins8o img {
    transform: scale(1.05);
}

.s-g4ljy5 {
    padding: 20px;
}

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

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

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

.is-n2mdy8 {
    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
   ======================================== */
.c-fyw1zj {
    background: var(--bg-card);
}

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

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

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

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

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

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

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

.x-uiolno {
    text-align: center;
}

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

.x-uiolno 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;
}

.x-aikm9n {
    display: flex;
    gap: 12px;
}

.x-aikm9n 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)
   ======================================== */
.m-j1c6sk {
    position: relative;
    padding: 160px 0 80px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-k3bq61 {
    margin: 16px 0 32px;
}

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

.x-k3bq61 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-dcxev1 {
    margin-bottom: 32px;
}

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

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

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

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

.el-xzuvst p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-tflkj4 li:last-child,
.x-tdq3uj li:last-child {
    border-bottom: none;
}

.js-tflkj4 a,
.x-tdq3uj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-tflkj4 a:hover,
.x-tdq3uj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gkypc2 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-lpw5hi {
        display: none;
    }
    
    .is-ugdnql {
        display: flex;
    }
    
    .is-zjjcjp {
        font-size: 40px;
    }
    
    ._bdo1y0,
    .js-fkfvcv,
    .ntxtqs,
    .is-azxjt4,
    ._ythbbh,
    .is-xdfzxe,
    .el-dob6gn,
    .ui-hyxn26 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-b6gefo,
    .ui-r9huga,
    .is-iob8pl,
    .js-i3vgrs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-tbtveb,
    ._xhdudk,
    .ui-j76dmp {
        grid-template-columns: 1fr;
    }
    
    .c-j6a3a5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-f195jm,
    .is-fo3gwf {
        flex-direction: column;
        text-align: center;
    }
    
    .s-g3f0gb,
    .ui-qqbkrg {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-zjjcjp {
        font-size: 32px;
    }
    
    .js-omvso4,
    .jmvwzi {
        font-size: 28px;
    }
    
    ._bdo1y0,
    .js-fkfvcv,
    .ntxtqs,
    .is-azxjt4,
    ._ythbbh,
    .s-b6gefo,
    .ui-r9huga,
    .is-iob8pl,
    .js-i3vgrs,
    .is-xdfzxe,
    .el-dob6gn,
    .ui-hyxn26 {
        grid-template-columns: 1fr;
    }
    
    .c-j6a3a5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-zdvgke,
    .ui-m1tbvu,
    .js-rxg0c2 {
        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%;
    }
    
    ._np2hdy {
        grid-template-columns: 1fr;
    }
    
    ._jy9t70 {
        grid-template-columns: 1fr;
    }
    
    ._v1ufz6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-y12gdd {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-pgdfzo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

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