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

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

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

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

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

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

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

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

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

.x-x3l5t9:hover,
.x-x3l5t9.ui-s4k9pb {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-un5a4o {
    width: 100%;
}

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

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

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

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

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

.el-hgorfu {
    max-width: 700px;
}

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

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

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

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

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

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

.ui-gkpdk2 {
    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-jsmkbl {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-tt6u1y {
    font-size: 24px;
}

.is-tx1att {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-m45pk6:hover .s-eejqho img {
    transform: scale(1.1);
}

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

.o5tmn2 {
    padding: 20px;
}

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

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

.is-wz2ua3 {
    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
   ======================================== */
.el-tbshlr {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-vw0jy0 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.js-hdyd5b {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.js-hdyd5b h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-t3d1ea {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-p2xzkw.active .x-ua8ttd {
    transform: rotate(45deg);
}

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

.s-p2xzkw.active .haevnv {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-mu8m7s:hover .is-nbi4vq img {
    transform: scale(1.05);
}

.is-u49zo3 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-ohgd7l h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-gqknic img {
    width: 48px;
    height: 48px;
}

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

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

.s-hoha3i h4,
.s-wmu9yq h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-xpm46w {
    display: flex;
    gap: 12px;
}

.is-xpm46w img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

.ui-v3dcpz a {
    color: var(--text-secondary);
}

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

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

.m-ks7tnl {
    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-bqc8an {
    font-size: 20px;
}

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

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

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

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

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

.el-rnbdg3 .el-xnh1mz {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-aodh8i {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-lixw7f li,
.ui-aqw5a3 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-lixw7f li:last-child,
.ui-aqw5a3 li:last-child {
    border-bottom: none;
}

.is-lixw7f a,
.ui-aqw5a3 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-lixw7f a:hover,
.ui-aqw5a3 a:hover {
    color: var(--primary);
}

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

.s-idm51s h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-azjcyl ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._nn28e0 {
        display: none;
    }
    
    .m-wwawli {
        display: flex;
    }
    
    ._wgxba1 {
        font-size: 40px;
    }
    
    .x-jkj5kh,
    .is-qf1jrf,
    .js-pe1ig7,
    .m-kbll9d,
    .s-gw9sv7,
    .el-s46q9d,
    .dqq65n,
    .x-k7enw0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-humyrp,
    .js-ddbu9m,
    .c-mr0lti,
    .s-tjao5b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-nmro4i,
    .ui-u6lqve,
    .s-ew48ph {
        grid-template-columns: 1fr;
    }
    
    .is-z9bo56 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-wq5mi3,
    .js-ejtbkx {
        flex-direction: column;
        text-align: center;
    }
    
    .is-q3ggnz,
    .js-zgxbra {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._wgxba1 {
        font-size: 32px;
    }
    
    .is-jsmkbl,
    .c-dk2ucz {
        font-size: 28px;
    }
    
    .x-jkj5kh,
    .is-qf1jrf,
    .js-pe1ig7,
    .m-kbll9d,
    .s-gw9sv7,
    .x-humyrp,
    .js-ddbu9m,
    .c-mr0lti,
    .s-tjao5b,
    .el-s46q9d,
    .dqq65n,
    .x-k7enw0 {
        grid-template-columns: 1fr;
    }
    
    .is-z9bo56 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-mcvgzu,
    .s-fztmqo,
    .x-fktxaw {
        flex-direction: column;
    }
    
    .ui-v3dcpz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-uiip8r {
        bottom: 20px;
        right: 20px;
    }
    
    ._a7y8qj {
        display: none;
    }
    
    .m-ks7tnl {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-vr3wdh {
        grid-template-columns: 1fr;
    }
    
    .m-y0szut {
        grid-template-columns: 1fr;
    }
    
    ._tozi1z {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-qxf1lp {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-yg1tqd {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-sjk7dl,
    .el-uiip8r,
    .x-m5j2ma,
    .nc52e9 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
