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

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

/* ========================================
   Header & Navigation
   ======================================== */
.is-et3u1e {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

.js-u0f9ui {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

._dhxq01:hover,
._dhxq01.ui-ebn4ah {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-dic6nt {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-lm9kfm {
    width: 100%;
}

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

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

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

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

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

.x-c2xpib {
    max-width: 700px;
}

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

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

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

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

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

.s-h8mz8w {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.c-b7hcfi {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.is-mydgnf {
    font-size: 24px;
}

.ui-ec1vu5 {
    position: relative;
}

.ui-ec1vu5 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.el-uuv4vb:hover .el-tplua4 img {
    transform: scale(1.1);
}

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

.s-ik242w {
    padding: 20px;
}

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

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

.is-nnrrhs {
    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-xt5cbj {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-hcrspw img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-sawozg.active .ui-xkolxs {
    transform: rotate(45deg);
}

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

.s-sawozg.active .xbyns1 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ah6h8f:hover .c-jvxm6g img {
    transform: scale(1.05);
}

.kt2cit {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-fnkp0t {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.x-wqigbh img {
    width: 48px;
    height: 48px;
}

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

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

.m-o49txp h4,
.js-pq4ga9 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-bhghob {
    font-size: 20px;
}

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

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

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

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

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

._jkprkx .ui-ut68oa {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-fn6m2f {
    width: 100%;
    margin-bottom: 24px;
}

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

.s-fn6m2f td {
    padding: 12px 0;
    font-size: 14px;
}

.s-fn6m2f td:first-child {
    color: var(--text-secondary);
}

.s-fn6m2f td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.js-rnqrao {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ct7q4g li:last-child,
.j0he8h li:last-child {
    border-bottom: none;
}

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

.c-ct7q4g a:hover,
.j0he8h a:hover {
    color: var(--primary);
}

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

.x-axuasg h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-gv4bh4 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-u0f9ui {
        display: none;
    }
    
    .ig7jn6 {
        display: flex;
    }
    
    .kefoni {
        font-size: 40px;
    }
    
    .m-ck9sxp,
    .s-zd87h2,
    .js-etgm43,
    .hkyiwh,
    .ui-v8xcja,
    .is-xzkskn,
    .m-ybaaah,
    .el-grbskt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-h970te,
    .m-nrj22r,
    .ui-wt0vfp,
    .s-mlpddo {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .j1h8le,
    .ui-jm2rsa,
    .s-fha71c {
        grid-template-columns: 1fr;
    }
    
    .x-lkxtm2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._f57m9b,
    .x-upw6or {
        flex-direction: column;
        text-align: center;
    }
    
    .el-bqg9t4,
    .x-bow00r {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .kefoni {
        font-size: 32px;
    }
    
    ._i66vrn,
    .c-h03cyy {
        font-size: 28px;
    }
    
    .m-ck9sxp,
    .s-zd87h2,
    .js-etgm43,
    .hkyiwh,
    .ui-v8xcja,
    .ui-h970te,
    .m-nrj22r,
    .ui-wt0vfp,
    .s-mlpddo,
    .is-xzkskn,
    .m-ybaaah,
    .el-grbskt {
        grid-template-columns: 1fr;
    }
    
    .x-lkxtm2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._glgg38,
    .ojvqew,
    .x-fnkp0t {
        flex-direction: column;
    }
    
    .js-h7r5iz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-rg0rst {
        bottom: 20px;
        right: 20px;
    }
    
    .m-x6ebfm {
        display: none;
    }
    
    .el-j5tekn {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-cjiw9p {
        grid-template-columns: 1fr;
    }
    
    .x-u4qeqx {
        grid-template-columns: 1fr;
    }
    
    .m-edtkgc {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-sjc76m {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-nqmdy1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-et3u1e,
    .m-rg0rst,
    .js-qdxk6r,
    .kbyovb {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
