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

/* CSS Variables */
:root {
    --primary: #D84315;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.is-hkmr0a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

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

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

.c-v6ph4p:hover,
.c-v6ph4p.c-md8bw6 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.js-aekajr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

.x-gxv49n {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.is-mj3lqg {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

.m-a952c0 {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.x-fbdkz9 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-vzep0s:hover .el-bfk29r img {
    transform: scale(1.1);
}

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

.m-kpjf0s {
    padding: 20px;
}

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

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

.js-qgb0px {
    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-h0kc5y {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-axponi img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.is-ksvicz {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-p54mg8:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.r2jlv0.active .el-x6ybgn {
    transform: rotate(45deg);
}

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

.r2jlv0.active .is-g2yi16 {
    max-height: 500px;
}

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

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

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

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

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

.js-enrzto {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.s-v5qm87:hover .js-enrzto img {
    transform: scale(1.05);
}

.el-kwgycm {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-gcftzo {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.s-b4scgv {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

.el-d35302 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.el-d35302 img {
    width: 48px;
    height: 48px;
}

.el-d35302 span {
    font-size: 20px;
    font-weight: 700;
}

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

.x-aawjmn h4,
.js-v9iiy0 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._sf0k1u .is-hkmr0a {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-afjtr4 li:last-child,
.x-zxjlig li:last-child {
    border-bottom: none;
}

.s-afjtr4 a,
.x-zxjlig a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-afjtr4 a:hover,
.x-zxjlig a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.is-qazrjw {
    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-kvy66i h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-y2z89r {
        display: none;
    }
    
    ._j43aup {
        display: flex;
    }
    
    .m-yyvza1 {
        font-size: 40px;
    }
    
    .m-rksnv3,
    .c-r8wkv3,
    .js-mydj0o,
    .el-rw010z,
    .s-qej4bi,
    .el-zst768,
    .ui-uht5on,
    .m-svk08j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-iy6r9o,
    .x-pnvplc,
    .z5khen,
    .x-m9xhlc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-oi7p6j,
    .js-zct28f,
    .js-plf0ap {
        grid-template-columns: 1fr;
    }
    
    .s-t6j7w7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-f30fkd,
    .ui-tovg0v {
        flex-direction: column;
        text-align: center;
    }
    
    .s-om415v,
    .c-d39gav {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-yyvza1 {
        font-size: 32px;
    }
    
    .x-fmisxh,
    .is-m6etff {
        font-size: 28px;
    }
    
    .m-rksnv3,
    .c-r8wkv3,
    .js-mydj0o,
    .el-rw010z,
    .s-qej4bi,
    .js-iy6r9o,
    .x-pnvplc,
    .z5khen,
    .x-m9xhlc,
    .el-zst768,
    .ui-uht5on,
    .m-svk08j {
        grid-template-columns: 1fr;
    }
    
    .s-t6j7w7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-vvmh4o,
    .x7y2xj,
    .s-b4scgv {
        flex-direction: column;
    }
    
    .ui-s2r7u7 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._oifeue {
        bottom: 20px;
        right: 20px;
    }
    
    .c-jw4ixk {
        display: none;
    }
    
    .ui-elertm {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-tyedxb {
        grid-template-columns: 1fr;
    }
    
    .js-a0p6uc {
        grid-template-columns: 1fr;
    }
    
    ._tn4pov {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-uh8dmc {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-upjhqy {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._cg1hxz,
    ._oifeue,
    .el-h6ltxz,
    .hsodn1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
