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

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

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

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

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

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

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

.is-gnryzc {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qe5jkb {
    width: 100%;
}

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

.x-kb745i {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-fp0506 {
    font-size: 24px;
}

._p1h3an {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-of2hfw:hover .js-mx7qy9 img {
    transform: scale(1.1);
}

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

.m-v3aukv {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-madpw3 {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.ui-madpw3 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-e5fn72:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-sjvbv2.active .m-uvhqpx {
    transform: rotate(45deg);
}

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

.js-sjvbv2.active .m-hwx6r5 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-lbc33v:hover .s-ht1xd4 img {
    transform: scale(1.05);
}

._qdv3nq {
    padding: 20px;
}

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

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

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

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

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

.ui-r51cgy h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.ui-r51cgy h2 strong {
    color: var(--accent);
}

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

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

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

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

.m-akwvhu h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.ovoy6v {
    text-align: center;
}

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

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

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

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

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

.m-azv7nf img {
    width: 48px;
    height: 48px;
}

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

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

.c-i0rk6w h4,
.ldei85 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-ieehzv {
    display: flex;
    gap: 12px;
}

.ui-ieehzv img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.c-pkwgoa {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}

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

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

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

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

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

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

._ymivje ._ahw37i {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.el-cf60o3 h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.el-cf60o3 h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leq735 {
    margin-bottom: 32px;
}

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

.s-odf6wn {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.s-odf6wn p {
    margin-bottom: 16px;
}

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

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

.s-odf6wn li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.ui-d5w5cf li:last-child,
.el-gqmeap li:last-child {
    border-bottom: none;
}

.ui-d5w5cf a,
.el-gqmeap a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-d5w5cf a:hover,
.el-gqmeap a:hover {
    color: var(--primary);
}

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

.ui-kjj63u h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-cm43g7 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-gnryzc {
        display: none;
    }
    
    .js-g7al7f {
        display: flex;
    }
    
    .ui-ox4b0q {
        font-size: 40px;
    }
    
    .m-jf4r0p,
    .m-wx2bv5,
    .js-shdsae,
    .js-kenutz,
    .c-rl99zt,
    .m-atkzf9,
    .is-z8uuga,
    .x-g59xtl {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-p64pan,
    ._lae5n3,
    .m-msrgaz,
    .js-j4j7yy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._kg73ma,
    .x-l329uu,
    .s-ilwak4 {
        grid-template-columns: 1fr;
    }
    
    .ui-rri2cx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-hskppr,
    ._ukt2v8 {
        flex-direction: column;
        text-align: center;
    }
    
    ._gemi04,
    ._exdw0j {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-ox4b0q {
        font-size: 32px;
    }
    
    .m-hddu8r,
    .x1x1h3 {
        font-size: 28px;
    }
    
    .m-jf4r0p,
    .m-wx2bv5,
    .js-shdsae,
    .js-kenutz,
    .c-rl99zt,
    .s-p64pan,
    ._lae5n3,
    .m-msrgaz,
    .js-j4j7yy,
    .m-atkzf9,
    .is-z8uuga,
    .x-g59xtl {
        grid-template-columns: 1fr;
    }
    
    .ui-rri2cx {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-g44l7l,
    .is-z2bd64,
    .js-pkns6x {
        flex-direction: column;
    }
    
    .s-exzfwo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-o6for8 {
        bottom: 20px;
        right: 20px;
    }
    
    .js-h7hk58 {
        display: none;
    }
    
    .c-pkwgoa {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-b4emeh {
        grid-template-columns: 1fr;
    }
    
    .is-yqjjg0 {
        grid-template-columns: 1fr;
    }
    
    .s-wb7hq7 {
        flex-direction: column;
        gap: 12px;
    }
    
    .g3z4yw {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-kpfita {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-nnf43d,
    .el-o6for8,
    .x-s3cqxw,
    .c-zptypf {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
