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

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

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

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

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

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

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

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

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

.m-jgpkw0:hover,
.m-jgpkw0.js-xsf8sn {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-n03awv {
    width: 100%;
}

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

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

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

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

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

.is-r2c7rs {
    max-width: 700px;
}

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

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

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

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

.js-mkmzp7 {
    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-g0976g {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tr5iox {
    font-size: 24px;
}

.ui-czm8ob {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._d54aix:hover .sn8x7f img {
    transform: scale(1.1);
}

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

.ui-swhuq4 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-a4a0am {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.el-fs6j3s img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.js-fx0d5i {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vtaa3v {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-kdy1u3.active .el-xuye5r {
    transform: rotate(45deg);
}

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

.js-kdy1u3.active .c-ib7916 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-y41fk4:hover .m-woadj1 img {
    transform: scale(1.05);
}

.k86w3k {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-o60d9t h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xqjoo3 h4,
.js-wshbkn h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-vrueeh {
    display: flex;
    gap: 12px;
}

.m-vrueeh img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

.c-h1snwp a {
    color: var(--text-secondary);
}

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

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

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

.el-qpy7nb {
    font-size: 20px;
}

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

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

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

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

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

.m-xnlarv .is-f10q30 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-qpmrfi {
    margin: 16px 0 32px;
}

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

.is-qpmrfi li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.el-h2q7kz {
    margin-bottom: 24px;
}

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

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

.el-zsfh2n {
    margin-bottom: 32px;
}

.el-zsfh2n img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-e1c5m5 li:last-child,
.m-ayeemq li:last-child {
    border-bottom: none;
}

.c-e1c5m5 a,
.m-ayeemq a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-e1c5m5 a:hover,
.m-ayeemq a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-x6pnd5 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-xd6z81 {
        display: none;
    }
    
    .m-s0w2m1 {
        display: flex;
    }
    
    .x-m0nrco {
        font-size: 40px;
    }
    
    .is-q0qq0i,
    .zyff0n,
    .x-jxfkp3,
    .is-xp16lq,
    .c-ml0ffl,
    .is-egm0gj,
    .ui-rrntgd,
    .is-f8n5ce {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-df3gmv,
    .ui-adeli3,
    .js-m38ptl,
    .m-uukud8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-hh4hor,
    ._kuwfnm,
    .s-vobdek {
        grid-template-columns: 1fr;
    }
    
    .vxbe2b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-tqayup,
    .ui-eptxnn {
        flex-direction: column;
        text-align: center;
    }
    
    .js-gh26f5,
    .s-e00gxx {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-m0nrco {
        font-size: 32px;
    }
    
    ._zd7fqu,
    .jlj67y {
        font-size: 28px;
    }
    
    .is-q0qq0i,
    .zyff0n,
    .x-jxfkp3,
    .is-xp16lq,
    .c-ml0ffl,
    .m-df3gmv,
    .ui-adeli3,
    .js-m38ptl,
    .m-uukud8,
    .is-egm0gj,
    .ui-rrntgd,
    .is-f8n5ce {
        grid-template-columns: 1fr;
    }
    
    .vxbe2b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .xm9i6g,
    .m-o5psec,
    .js-crwvmc {
        flex-direction: column;
    }
    
    .c-h1snwp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .qdedva {
        bottom: 20px;
        right: 20px;
    }
    
    .x-b9mv3j {
        display: none;
    }
    
    .js-nlol3a {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-zhffzp {
        grid-template-columns: 1fr;
    }
    
    .el-ilavgp {
        grid-template-columns: 1fr;
    }
    
    .el-eho87k {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-byvtge {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-tol9rd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-byzci3,
    .qdedva,
    .x-rl6cq8,
    .el-i752ds {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
