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

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

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

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

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

.m-hp9k97 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.s-hnje5c:hover,
.s-hnje5c.el-h12blx {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-wcde45 {
    width: 100%;
}

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

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

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

.ui-vdck9q::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-ixhajo {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

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

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

.c-er16r8 {
    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-vo2f92 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.s-fepkqn {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.q65jun {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-yk7lex:hover .s-txoyag img {
    transform: scale(1.1);
}

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

.m-sntq4q {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-fdxpzr img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.icic7u {
    font-size: 32px;
}

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

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

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

.js-ysu6r9 {
    display: flex;
    align-items: center;
    gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._gucjgf {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.el-mg9pot {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.el-s8xj39:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._irz5ju.active ._sa9f61 {
    transform: rotate(45deg);
}

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

._irz5ju.active .el-ct4euy {
    max-height: 500px;
}

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

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

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

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

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

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

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

._a7211i:hover .c-e9tqos img {
    transform: scale(1.05);
}

.s9f3kw {
    padding: 20px;
}

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

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

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

.c-hy4b71 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._wu2f2s {
    text-align: center;
}

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

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

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

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

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

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

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

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

.x-drnwu0 h4,
._f4t2du h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-i0ia7j {
    font-size: 20px;
}

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

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

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

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

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

.x-ubmoq9 .ui-nkvqdt {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-w0qnmb {
    margin: 16px 0 32px;
}

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

.el-w0qnmb li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-whv1z6 li:last-child,
._hr0snt li:last-child {
    border-bottom: none;
}

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

.c-whv1z6 a:hover,
._hr0snt a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-z44lug ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._chzhyf {
        display: none;
    }
    
    ._njxnx0 {
        display: flex;
    }
    
    .ui-yckkda {
        font-size: 40px;
    }
    
    ._pyuw49,
    .js-kqlzye,
    .x-ak8inr,
    .s-qfg8w2,
    .el-j4pgo5,
    .vhtkpj,
    .is-pjmqal,
    ._rvyz1d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-x2yzdu,
    .m-ctay14,
    .ui-v3bhms,
    .ui-f52t4r {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-eg2ug8,
    .s-zm2jjz,
    .m-auytt0 {
        grid-template-columns: 1fr;
    }
    
    .c-l7kif2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-ysu6r9,
    .m-enajeq {
        flex-direction: column;
        text-align: center;
    }
    
    .js-z3pnib,
    .el-ljif6x {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ui-yckkda {
        font-size: 32px;
    }
    
    .d5br5s,
    .ui-iz5yim {
        font-size: 28px;
    }
    
    ._pyuw49,
    .js-kqlzye,
    .x-ak8inr,
    .s-qfg8w2,
    .el-j4pgo5,
    .m-x2yzdu,
    .m-ctay14,
    .ui-v3bhms,
    .ui-f52t4r,
    .vhtkpj,
    .is-pjmqal,
    ._rvyz1d {
        grid-template-columns: 1fr;
    }
    
    .c-l7kif2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-ytk6ob,
    .ui-jrmvf3,
    .el-gfswhu {
        flex-direction: column;
    }
    
    .s-dic41h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._a2rkvb {
        bottom: 20px;
        right: 20px;
    }
    
    .x-jueybq {
        display: none;
    }
    
    .x-n23f1e {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-zocfww {
        grid-template-columns: 1fr;
    }
    
    .m-esyd8f {
        grid-template-columns: 1fr;
    }
    
    .m-sqpihh {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-j29i5t {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-gjgv9q {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-fpycgk,
    ._a2rkvb,
    .egsx97,
    .s-sy1iyn {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
