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

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

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

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

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

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

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

.m-iep4l9 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-nij56z:hover,
.c-nij56z.ui-zh4vie {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-ne9oh3 {
    width: 100%;
}

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

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

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

.ui-hu2dxe::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-bqxprc {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

.s-obno46 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-yu35pg {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.s-pu1wad {
    font-size: 24px;
}

.is-pjfr2x {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._jgi9vv:hover ._ib9k5z img {
    transform: scale(1.1);
}

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

.p3kni1 {
    padding: 20px;
}

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

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

.is-pm8c4x {
    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
   ======================================== */
.s-pp9n8n {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.c-cwo489 {
    text-align: center;
}

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

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

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

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

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

.is-uix69g img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

.s-ynvzws {
    display: flex;
    align-items: center;
    gap: 60px;
}

.x-zqu0ho h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ngya42 {
    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-ngya42:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-kj9ucq.active ._uuguru {
    transform: rotate(45deg);
}

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

.x-kj9ucq.active .c-w4qdoe {
    max-height: 500px;
}

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

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

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

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

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

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

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

.x-nqca1u:hover .is-a0t6wd img {
    transform: scale(1.05);
}

.c-onnh3d {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-yeoh53 h4,
._tb69jq h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.is-yeoh53 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

.c-vq69re {
    display: flex;
    gap: 12px;
}

.c-vq69re img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-svocpi {
    font-size: 20px;
}

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

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

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

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

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

.c-a8n3zc .is-dz88fi {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-k1aecv {
    margin: 16px 0 32px;
}

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

.el-k1aecv li strong {
    color: var(--text-primary);
}

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

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

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

.x-hua7w3 {
    width: 100%;
    margin-bottom: 24px;
}

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

.x-hua7w3 td {
    padding: 12px 0;
    font-size: 14px;
}

.x-hua7w3 td:first-child {
    color: var(--text-secondary);
}

.x-hua7w3 td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.x-ucjn72 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ls11sn li,
.el-uf8upn li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-ls11sn li:last-child,
.el-uf8upn li:last-child {
    border-bottom: none;
}

.el-ls11sn a,
.el-uf8upn a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-ls11sn a:hover,
.el-uf8upn a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-iep4l9 {
        display: none;
    }
    
    .c-w1e69q {
        display: flex;
    }
    
    .m-qa1304 {
        font-size: 40px;
    }
    
    .x-lo22qb,
    .is-v6qt33,
    .x7bxg7,
    .m-v6xbvo,
    .srpx6w,
    .el-g12ho8,
    .s-zs9un2,
    .m-sdcese {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-rbd12v,
    .c-u08h0i,
    .hsjg0v,
    .s-vrmh40 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-z4gmtc,
    .el-nutxjj,
    .c-x4hhzk {
        grid-template-columns: 1fr;
    }
    
    .c-ktz4y2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ynvzws,
    .ui-nqwu2r {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-qqprpj,
    .x-pnr6cl {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-qa1304 {
        font-size: 32px;
    }
    
    ._jryzhs,
    ._c7w9d1 {
        font-size: 28px;
    }
    
    .x-lo22qb,
    .is-v6qt33,
    .x7bxg7,
    .m-v6xbvo,
    .srpx6w,
    .js-rbd12v,
    .c-u08h0i,
    .hsjg0v,
    .s-vrmh40,
    .el-g12ho8,
    .s-zs9un2,
    .m-sdcese {
        grid-template-columns: 1fr;
    }
    
    .c-ktz4y2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-pe6n2a,
    .is-x84gxq,
    .el-rzkegv {
        flex-direction: column;
    }
    
    .js-vigj15 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-z48kuz {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-agbar2 {
        display: none;
    }
    
    ._u0jy2z {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-djkv1l {
        grid-template-columns: 1fr;
    }
    
    .js-lr2601 {
        grid-template-columns: 1fr;
    }
    
    ._mnxojm {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-hdxqxu {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-qb7qpg {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-wqvg6s,
    .ui-z48kuz,
    .ui-jpbesu,
    ._bkkgyc {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
