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

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

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

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

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

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

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

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

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

.s-kjnzn6:hover,
.s-kjnzn6.c-i1u7zc {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-a3e4ym {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-gluy9p {
    width: 100%;
}

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

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

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

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

.c-m3zd9n {
    max-width: 700px;
}

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

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

.el-zk3egp {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.el-i3e3wt {
    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-wg5ooc {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ym8i93 {
    font-size: 24px;
}

.js-ixglt7 {
    position: relative;
}

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

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

.el-knpwdn {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.is-caiwzq {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.m-e6hyhs:hover .x-oiqkht img {
    transform: scale(1.1);
}

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

.c-immpwo {
    padding: 20px;
}

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

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

.s-wlh99x {
    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
   ======================================== */
._v6460i {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

.s-t9t2rv {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

.g05ixs {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._jsdhsf {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ehfv4l.active .x-gbw45w {
    transform: rotate(45deg);
}

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

.m-ehfv4l.active ._coin2t {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-dhkdhg:hover .iukta1 img {
    transform: scale(1.05);
}

.m-nebypq {
    padding: 20px;
}

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

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

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

.s-kee40d {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-vhpy6e h4,
._es1akc h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.vwqmr7 {
    display: flex;
    gap: 12px;
}

.vwqmr7 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-ls8x3v {
    font-size: 20px;
}

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

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

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

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

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

.el-ige3tf .m-qrcv9g {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-nj0dyr {
    margin: 16px 0 32px;
}

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

.c-nj0dyr li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.x-iggwiu {
    margin-bottom: 24px;
}

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

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

.is-bprm2v {
    margin-bottom: 32px;
}

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

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

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

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

._o7pwmc p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-ybnjaw li:last-child,
.x-vecs9s li:last-child {
    border-bottom: none;
}

.c-ybnjaw a,
.x-vecs9s a {
    font-size: 14px;
    color: var(--text-secondary);
}

.c-ybnjaw a:hover,
.x-vecs9s a:hover {
    color: var(--primary);
}

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

.is-dx4cek h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.js-yib2b8 {
    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-d9ee0n h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-it1b6k {
        display: none;
    }
    
    .s-ggvn9l {
        display: flex;
    }
    
    .invtg2 {
        font-size: 40px;
    }
    
    .js-l3ecok,
    .c-mnm5ub,
    .s-g342xr,
    ._eo9yc6,
    .s-h1r1i3,
    .jm6r8x,
    .c-kxhcs5,
    .is-mltpo2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-h6jojz,
    .wkqh7d,
    .ui-zn9dcd,
    .m-dkj4q4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .abvmul,
    ._t0i3fd,
    ._jdnjcg {
        grid-template-columns: 1fr;
    }
    
    .c-kj1wwv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._rs43q0,
    .we3h62 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-e4mrrf,
    .s-i1tvfc {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .invtg2 {
        font-size: 32px;
    }
    
    .ui-bt6deq,
    .x-qq0sa4 {
        font-size: 28px;
    }
    
    .js-l3ecok,
    .c-mnm5ub,
    .s-g342xr,
    ._eo9yc6,
    .s-h1r1i3,
    .m-h6jojz,
    .wkqh7d,
    .ui-zn9dcd,
    .m-dkj4q4,
    .jm6r8x,
    .c-kxhcs5,
    .is-mltpo2 {
        grid-template-columns: 1fr;
    }
    
    .c-kj1wwv {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-zk3egp,
    .is-y0l8qh,
    .x-tzbo3f {
        flex-direction: column;
    }
    
    .ui-zt297q {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-d9ahje {
        bottom: 20px;
        right: 20px;
    }
    
    .is-c5w20h {
        display: none;
    }
    
    .x-el5hkq {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-ldf3zw {
        grid-template-columns: 1fr;
    }
    
    .el-zd8lxl {
        grid-template-columns: 1fr;
    }
    
    .subjjw {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-he68uv {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-v1yh75 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-sdc964,
    .el-d9ahje,
    .ui-yyn11c,
    .x-ok6ki4 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
