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

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

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

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

.c-ebt0u4 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.c-ebt0u4 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.ui-c0i8hl:hover,
.ui-c0i8hl.z4uxbz {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

.c-pq53d4 {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
._dl0t33 {
    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-ailcaq {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.el-rhm7xt {
    width: 100%;
}

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

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

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

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

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

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

.s0944p {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.is-h3eyaf {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.x-el0fgl {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._awpvcn {
    font-size: 24px;
}

.s-rv02bb {
    position: relative;
}

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

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

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

.ui-ao7uwn {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.js-pildl6:hover .x-j6gpih img {
    transform: scale(1.1);
}

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

.el-qhv6t7 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

.is-rbmz5z {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

.m-tscmq7 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

._lkyo7d {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-rewp5p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

.s-vgds6e.active ._jiu98a {
    transform: rotate(45deg);
}

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

.s-vgds6e.active ._o38ur6 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.c-ise1zg:hover .x-rh33jy img {
    transform: scale(1.05);
}

._xkmnv7 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-jm73zh {
    text-align: center;
}

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

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

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

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

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

._c86jfc img {
    width: 48px;
    height: 48px;
}

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

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

.el-sawouk h4,
._tywwm0 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-wf2ebl {
    font-size: 20px;
}

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

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

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

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

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

.js-wxis63 .c-g2uuos {
    position: relative;
    z-index: 1;
}

.js-jlzm21 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-g7ngru {
    margin: 16px 0 32px;
}

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

.is-g7ngru li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

._mdqi2c {
    margin-bottom: 24px;
}

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

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

.c8x7t7 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ruv1o3 li,
.m-qrfq7a li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-ruv1o3 li:last-child,
.m-qrfq7a li:last-child {
    border-bottom: none;
}

.m-ruv1o3 a,
.m-qrfq7a a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-ruv1o3 a:hover,
.m-qrfq7a a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jlzu5b ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._w1a6pn {
        display: none;
    }
    
    ._de5m7d {
        display: flex;
    }
    
    .s0944p {
        font-size: 40px;
    }
    
    .x-y574kt,
    .s-kat9eu,
    .el-p1la4p,
    .x-fkgbqr,
    .ui-iesgga,
    .x-k5vbqo,
    .x-ppc8xs,
    .ui-cg87p4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-q60gyf,
    .nbwht4,
    .ui-gt8rvy,
    .el-yw6fgc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-kg4aeg,
    .hfyd7x,
    .x-matjxe {
        grid-template-columns: 1fr;
    }
    
    .ix8t78 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-z2a2a7,
    .s-ukzpl1 {
        flex-direction: column;
        text-align: center;
    }
    
    .js-hp34kx,
    .c-dn5u2h {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s0944p {
        font-size: 32px;
    }
    
    ._j2jani,
    .js-jlzm21 {
        font-size: 28px;
    }
    
    .x-y574kt,
    .s-kat9eu,
    .el-p1la4p,
    .x-fkgbqr,
    .ui-iesgga,
    .c-q60gyf,
    .nbwht4,
    .ui-gt8rvy,
    .el-yw6fgc,
    .x-k5vbqo,
    .x-ppc8xs,
    .ui-cg87p4 {
        grid-template-columns: 1fr;
    }
    
    .ix8t78 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-h3eyaf,
    .m-w45xcp,
    .s-jd380o {
        flex-direction: column;
    }
    
    .el-p2jrao {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._d1pnuc {
        bottom: 20px;
        right: 20px;
    }
    
    .c-jjfv67 {
        display: none;
    }
    
    .js-arr2h5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-uph711 {
        grid-template-columns: 1fr;
    }
    
    .el-ffb68b {
        grid-template-columns: 1fr;
    }
    
    .el-eprlaw {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-kl260d {
        flex-direction: column;
        gap: 8px;
    }
    
    .is-nchmqk {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-qisc6h,
    ._d1pnuc,
    .c-y4y6a8,
    .ui-llit35 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
