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

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

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

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

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

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

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

.c-bnifej {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.is-irbncr:hover,
.is-irbncr._u02inp {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ci7kok {
    width: 100%;
}

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

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

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

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

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

.bnvgw9 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-yx960z {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.el-cy94s2 {
    position: relative;
}

.el-cy94s2 img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.js-upgd09:hover .s-fhnsfs img {
    transform: scale(1.1);
}

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

.vctyf1 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._otdoxi {
    text-align: center;
}

.is-rr461g {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

.go0er1 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._zxkoua.active .js-ht6f8u {
    transform: rotate(45deg);
}

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

._zxkoua.active .is-d6cv5u {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-thvm1w:hover .x-w4f1jt img {
    transform: scale(1.05);
}

.x-ar85q4 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-bm2yel h4,
.is-p081hl h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-ukgru5 {
    display: flex;
    gap: 12px;
}

.js-ukgru5 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.js-zxp81q {
    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-l1vwbr {
    font-size: 20px;
}

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

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

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

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

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

.is-fwq4vs .js-iv3aex {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-anf84h {
    margin-bottom: 24px;
}

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

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

.x-jv4vyf {
    margin-bottom: 32px;
}

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

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

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

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

.c-s19txq p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-qbq4dn li,
.x-z9xn57 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-qbq4dn li:last-child,
.x-z9xn57 li:last-child {
    border-bottom: none;
}

.ui-qbq4dn a,
.x-z9xn57 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-qbq4dn a:hover,
.x-z9xn57 a:hover {
    color: var(--primary);
}

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

.js-n23km4 h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-bnifej {
        display: none;
    }
    
    .m-ef20mi {
        display: flex;
    }
    
    .x-c5o416 {
        font-size: 40px;
    }
    
    .is-vm2eli,
    .el-p5qysl,
    ._t2y2xd,
    .is-v4j870,
    .el-cwhdhl,
    .aloxib,
    .s-dc1yxt,
    .el-v02eui {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-ipw69p,
    .m-jcfiw4,
    .c-sbx6tu,
    .c-pljrpm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-ig27vb,
    .abehgo,
    .el-hi29o6 {
        grid-template-columns: 1fr;
    }
    
    .c-a88ozd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .msdylg,
    .s-omup6e {
        flex-direction: column;
        text-align: center;
    }
    
    .el-u921q2,
    .x-wkd4en {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-c5o416 {
        font-size: 32px;
    }
    
    .is-m42rrk,
    .js-p44w8k {
        font-size: 28px;
    }
    
    .is-vm2eli,
    .el-p5qysl,
    ._t2y2xd,
    .is-v4j870,
    .el-cwhdhl,
    .ui-ipw69p,
    .m-jcfiw4,
    .c-sbx6tu,
    .c-pljrpm,
    .aloxib,
    .s-dc1yxt,
    .el-v02eui {
        grid-template-columns: 1fr;
    }
    
    .c-a88ozd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-ovhur9,
    .s-ix73du,
    .ui-nrsa0c {
        flex-direction: column;
    }
    
    .x-ahg2ub {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-giynqb {
        bottom: 20px;
        right: 20px;
    }
    
    ._eu0eos {
        display: none;
    }
    
    .js-zxp81q {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-diq73j {
        grid-template-columns: 1fr;
    }
    
    .el-s3cr0l {
        grid-template-columns: 1fr;
    }
    
    .c-apc7jq {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-h2j1j2 {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-fp0864 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-sothpa,
    .is-giynqb,
    .vv1n13,
    .ui-gzb507 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
