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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

.is-gix2n3 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.is-gix2n3 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.ui-tvkbuq:hover,
.ui-tvkbuq.js-n13pyi {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.x-dd5i4w {
    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-dd5i4w:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-o6jlo7 {
    width: 100%;
}

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

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

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

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

.x-jq9kjo {
    max-width: 700px;
}

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

.m-ntw7i2 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.js-upul58 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

.s-wnny7h {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.k91dhn {
    position: relative;
}

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

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

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

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

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

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

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

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

.ui-ul9o2o {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.el-in0bx2:hover .ui-ul9o2o img {
    transform: scale(1.1);
}

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

.js-juhros {
    padding: 20px;
}

.js-juhros h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.js-matfb9 {
    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
   ======================================== */
.is-dfhbx2 {
    background: var(--bg-dark);
}

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

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

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

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

.js-vwf78u {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

.ui-l0svme {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

.is-y32549 {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.js-fylcgl {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._dy7674 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.is-w8gq4x {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.js-z5df1s:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-n7yaud.active .s-phy0z7 {
    transform: rotate(45deg);
}

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

.el-n7yaud.active .el-zfm9hv {
    max-height: 500px;
}

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

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

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

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

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

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

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

._k4xmhr:hover .c-f1u4md img {
    transform: scale(1.05);
}

.s-mi2mnd {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-r595h0 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.g66ck1 h4,
.s-yypc8p h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-qwg3uw {
    display: flex;
    gap: 12px;
}

.js-qwg3uw img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.joe2jj {
    font-size: 20px;
}

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

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

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

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

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

._odh2k2 .js-pptihe {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d1lvgw {
    margin-bottom: 24px;
}

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

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

.s-imt9x9 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-s3p15t li,
.ui-e0rsna li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-s3p15t li:last-child,
.ui-e0rsna li:last-child {
    border-bottom: none;
}

.el-s3p15t a,
.ui-e0rsna a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-s3p15t a:hover,
.ui-e0rsna a:hover {
    color: var(--primary);
}

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

.js-a44sqi h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

.x-fnpnqm h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.m-pgzg1p h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-frg76s {
        display: none;
    }
    
    .is-ge9vk7 {
        display: flex;
    }
    
    .is-ddk5u2 {
        font-size: 40px;
    }
    
    .knszdw,
    .s-wm566r,
    .j24ibd,
    .is-wgw2d1,
    .mz4pmm,
    .el-so6zio,
    .js-fe1gcp,
    ._u4t1j2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-d0lnzu,
    .m-nmcpt0,
    ._ruys5q,
    .js-e3gr35 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._vlnjaj,
    .m-n7lixc,
    .el-ksyr4g {
        grid-template-columns: 1fr;
    }
    
    .x-goa4u2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-jk8rql,
    .el-ufire3 {
        flex-direction: column;
        text-align: center;
    }
    
    .s-eoqxsg,
    .is-y32549 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-ddk5u2 {
        font-size: 32px;
    }
    
    .el-g5qv58,
    .el-cftgv8 {
        font-size: 28px;
    }
    
    .knszdw,
    .s-wm566r,
    .j24ibd,
    .is-wgw2d1,
    .mz4pmm,
    .is-d0lnzu,
    .m-nmcpt0,
    ._ruys5q,
    .js-e3gr35,
    .el-so6zio,
    .js-fe1gcp,
    ._u4t1j2 {
        grid-template-columns: 1fr;
    }
    
    .x-goa4u2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-ntw7i2,
    .ui-qr331l,
    .ui-myfffi {
        flex-direction: column;
    }
    
    .el-coum54 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-ft3b5u {
        bottom: 20px;
        right: 20px;
    }
    
    .js-ec6w4h {
        display: none;
    }
    
    .c-gbjo9w {
        padding: 16px;
        border-radius: 50%;
    }
    
    .y3on4z {
        grid-template-columns: 1fr;
    }
    
    .c-r4yq15 {
        grid-template-columns: 1fr;
    }
    
    .el-qneq27 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-idqowz {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-fob3cq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-f2lw43,
    .s-ft3b5u,
    .c-jq7het,
    .js-bn6q36 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
