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

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

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

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

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

.el-wtul7d img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.m-jkkjnv:hover,
.m-jkkjnv.s-c8ac1q {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.is-nnfceo a {
    color: var(--text-secondary);
}

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

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

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

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

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

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

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

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

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

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

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

.k1k33e {
    width: 100%;
}

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

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

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

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

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

.t5uy9a {
    max-width: 700px;
}

.ui-l8un71 {
    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-ubnke3 {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

.s-aqhy44 {
    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-c36rt4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

.el-ut7h34 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.js-k1fsze {
    font-size: 24px;
}

.is-o88q41 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._ar347x:hover .x-jgnue6 img {
    transform: scale(1.1);
}

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

.el-gwtmlb {
    padding: 20px;
}

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

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

.ui-s1kz95 {
    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
   ======================================== */
._q57my0 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ex58jf {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._d9mlt1 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-qxf5xl:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-znijzb.active .x-tazpfr {
    transform: rotate(45deg);
}

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

.ui-znijzb.active .el-v1qths {
    max-height: 500px;
}

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

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

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

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

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

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

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

.qsdi75:hover .c-khocra img {
    transform: scale(1.05);
}

.is-y9pbtk {
    padding: 20px;
}

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

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

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

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

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

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

.m-g1ngns h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

.ui-ngdp88 {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.c-qyt4tk img {
    width: 48px;
    height: 48px;
}

.c-qyt4tk span {
    font-size: 20px;
    font-weight: 700;
}

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

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

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

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

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

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

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

.x-k9iu06 {
    display: flex;
    gap: 12px;
}

.x-k9iu06 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.kodc3a {
    font-size: 20px;
}

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

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

.s-wvwm9x {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

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

.x-yw2wmw .x-z9gb18 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-gorkt4 {
    margin: 16px 0 32px;
}

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

.m-gorkt4 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.s-aji9m7 {
    margin-bottom: 24px;
}

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

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

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

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

.ui-h9y01z {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.ui-h9y01z p {
    margin-bottom: 16px;
}

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

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

.ui-h9y01z li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.qotfue li:last-child,
.x-lztj0r li:last-child {
    border-bottom: none;
}

.qotfue a,
.x-lztj0r a {
    font-size: 14px;
    color: var(--text-secondary);
}

.qotfue a:hover,
.x-lztj0r a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-z3l8b6 {
    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-k7mnpr h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .znsz5r {
        display: none;
    }
    
    .m-igc5px {
        display: flex;
    }
    
    .ui-l8un71 {
        font-size: 40px;
    }
    
    .c-vn5sd5,
    .is-vq9jl3,
    .js-prlcey,
    ._qqsbz2,
    .x-f8hkgj,
    .el-m55gxk,
    .m-fxmybl,
    .js-rqsycg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .vdktit,
    .js-v9gzq6,
    .js-llcfwb,
    .m-epkibu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-frcjdp,
    .niun07,
    .ui-ejj1lc {
        grid-template-columns: 1fr;
    }
    
    ._u374me {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-vu5f35,
    .c-shoo25 {
        flex-direction: column;
        text-align: center;
    }
    
    .is-julmk7,
    .m-rpualq {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-l8un71 {
        font-size: 32px;
    }
    
    .is-c36rt4,
    .el-dwcuox {
        font-size: 28px;
    }
    
    .c-vn5sd5,
    .is-vq9jl3,
    .js-prlcey,
    ._qqsbz2,
    .x-f8hkgj,
    .vdktit,
    .js-v9gzq6,
    .js-llcfwb,
    .m-epkibu,
    .el-m55gxk,
    .m-fxmybl,
    .js-rqsycg {
        grid-template-columns: 1fr;
    }
    
    ._u374me {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-cjp9ik,
    .c-od2nqu,
    .ui-rrzg9t {
        flex-direction: column;
    }
    
    .ibn0ql {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-qhpyu2 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-nupkdl {
        display: none;
    }
    
    .s-d7wf40 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-cvp1xu {
        grid-template-columns: 1fr;
    }
    
    .m-dulv23 {
        grid-template-columns: 1fr;
    }
    
    .el-e3y2ka {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-dfwxcy {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-i7ai07 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-a873lq,
    .c-qhpyu2,
    .ui-a6fziu,
    .el-hj3g1n {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
