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

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

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

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

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

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

.d6cueb {
    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-edyhmb {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-dqg75e:hover,
.m-dqg75e.s-q9ocil {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-b1a7ix {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.is-ixasko {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.c-bxfggr {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.is-tgamkm {
    font-size: 24px;
}

.s-z30wli {
    position: relative;
}

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

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

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

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

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

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

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

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

.m-mhfqhl {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.ui-fd0zcp:hover .m-mhfqhl img {
    transform: scale(1.1);
}

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

.js-yw9ut3 {
    padding: 20px;
}

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

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

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

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

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

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

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

.c-uphoob {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.c-oxhzvg {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

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

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

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

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

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

.s-emy3u2 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._w9lf7j {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.c-zbsrb7 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.el-e5fxyt.active .m-fg2doc {
    transform: rotate(45deg);
}

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

.el-e5fxyt.active .js-pa1w2a {
    max-height: 500px;
}

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

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

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

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

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

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

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

.yudptd:hover .is-f265pp img {
    transform: scale(1.05);
}

.s-unsa66 {
    padding: 20px;
}

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

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

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

.m-a8t8l1 {
    text-align: center;
    margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-i9qdy8 {
    display: flex;
    gap: 12px;
}

.x-i9qdy8 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.x-lbmhfe .x-p7hsp0 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

.ui-xr7kwh h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

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

.ui-xr7kwh h3 {
    font-size: 22px;
    margin: 32px 0 16px;
}

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

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

.x-ln8yu0 {
    margin: 16px 0 32px;
}

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

.x-ln8yu0 li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.m-sv86hx {
    margin-bottom: 24px;
}

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

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

.m-molyk4 {
    margin-bottom: 32px;
}

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

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

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

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

.s-ageijc p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

._b346qz li,
.js-x413jc li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

._b346qz li:last-child,
.js-x413jc li:last-child {
    border-bottom: none;
}

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

._b346qz a:hover,
.js-x413jc a:hover {
    color: var(--primary);
}

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

.el-k6kxsv h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.s-k14xpr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

.ui-kdld36 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-bpkubu 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-edyhmb {
        display: none;
    }
    
    .js-g6krna {
        display: flex;
    }
    
    .m-c549dn {
        font-size: 40px;
    }
    
    .s-vzdpus,
    .m-hapfdk,
    .ui-v22exa,
    .ui-hsygyp,
    .m-pntr6h,
    .x-e95g0k,
    .el-vgbdsq,
    .c-bh05ef {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-lusn1q,
    .s-v44jnb,
    .s-he6e1g,
    .c-cwvtex {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-yk8dl9,
    .m-n5943m,
    .s-hpl5wz {
        grid-template-columns: 1fr;
    }
    
    .pyisg1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-wtzeq8,
    .s-dcbypm {
        flex-direction: column;
        text-align: center;
    }
    
    .s-qan8u8,
    .c-ibey0g {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-c549dn {
        font-size: 32px;
    }
    
    ._j1n8mw,
    .el-eccvf0 {
        font-size: 28px;
    }
    
    .s-vzdpus,
    .m-hapfdk,
    .ui-v22exa,
    .ui-hsygyp,
    .m-pntr6h,
    .js-lusn1q,
    .s-v44jnb,
    .s-he6e1g,
    .c-cwvtex,
    .x-e95g0k,
    .el-vgbdsq,
    .c-bh05ef {
        grid-template-columns: 1fr;
    }
    
    .pyisg1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._du6mi5,
    .el-snaehr,
    .js-muqpeo {
        flex-direction: column;
    }
    
    .ui-a8o2f1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-eu79hb {
        bottom: 20px;
        right: 20px;
    }
    
    .el-dbcdnp {
        display: none;
    }
    
    ._hzram2 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-kopppn {
        grid-template-columns: 1fr;
    }
    
    .ui-iibnmu {
        grid-template-columns: 1fr;
    }
    
    .u578fs {
        flex-direction: column;
        gap: 12px;
    }
    
    .ueps70 {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-zya011 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-zbhhwk,
    .is-eu79hb,
    ._tqx3k2,
    .is-ls1rgi {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
