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

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

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

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

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

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

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

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

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

.js-dn8be6:hover,
.js-dn8be6.s-ukejgx {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-c52zui {
    background: #fff;
    color: var(--bg-dark);
}

.s-c52zui:hover {
    background: var(--accent);
}

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

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

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

.m-te7zf3 {
    width: 100%;
}

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

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

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

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

.prl0ry {
    max-width: 700px;
}

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

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

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

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

.js-f23ur3 {
    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-lo0n1v {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.js-bffsqh {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

._mnfv0j {
    font-size: 24px;
}

.x-p520fl {
    position: relative;
}

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

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

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

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

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

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

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

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

.el-h1y1p2 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.el-afa650:hover .el-h1y1p2 img {
    transform: scale(1.1);
}

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

.is-ca2qce {
    padding: 20px;
}

.is-ca2qce h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-cajmd1 {
    text-align: center;
}

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

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

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

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

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

.m-fua2hh img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.x-xbrw5j {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-c2nmsv {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-pc1gwz {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.s-ff8inp:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._n6hd0a.active .js-r8q9gt {
    transform: rotate(45deg);
}

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

._n6hd0a.active .s-a4cnj1 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-npcuee:hover .is-x5w3ou img {
    transform: scale(1.05);
}

.m-lewuyx {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-zbbwld h4,
.m-picivl h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-czqfn0 {
    display: flex;
    gap: 12px;
}

.ui-czqfn0 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.wwvufi {
    font-size: 20px;
}

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

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

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

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

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

.c-oy44f5 .c-lhmmp7 {
    position: relative;
    z-index: 1;
}

.s-fv1xxj {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-zn3knd {
    margin-bottom: 24px;
}

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

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

.ui-wfwt52 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-mljidy li:last-child,
.ui-mbiz6z li:last-child {
    border-bottom: none;
}

.m-mljidy a,
.ui-mbiz6z a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-mljidy a:hover,
.ui-mbiz6z a:hover {
    color: var(--primary);
}

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

.c-xdppit h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

.m-kl9lro h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

.c-amr22r {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.m-bzpynw ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._f1286j {
        display: none;
    }
    
    .ui-wj2bos {
        display: flex;
    }
    
    ._j21g5v {
        font-size: 40px;
    }
    
    .x-ulrzoj,
    .ui-skqvo5,
    .bar3vd,
    .x-p6lnfj,
    ._cx24e5,
    .pfflj3,
    .s-jyk8te,
    .js-wg4p0b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-l3r0rt,
    .el-tksxg2,
    .is-ghbwu1,
    .s-faaj8j {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-mx0iay,
    ._nbmqdm,
    .gxnkc0 {
        grid-template-columns: 1fr;
    }
    
    .el-zrmmdb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-t8y24x,
    .s-a2rowg {
        flex-direction: column;
        text-align: center;
    }
    
    .c-l96ib1,
    .x-xbrw5j {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._j21g5v {
        font-size: 32px;
    }
    
    .is-sl4ylz,
    .s-fv1xxj {
        font-size: 28px;
    }
    
    .x-ulrzoj,
    .ui-skqvo5,
    .bar3vd,
    .x-p6lnfj,
    ._cx24e5,
    .c-l3r0rt,
    .el-tksxg2,
    .is-ghbwu1,
    .s-faaj8j,
    .pfflj3,
    .s-jyk8te,
    .js-wg4p0b {
        grid-template-columns: 1fr;
    }
    
    .el-zrmmdb {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-swrrkt,
    .is-g2s5da,
    .c-rysaq8 {
        flex-direction: column;
    }
    
    ._gxjums {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .j6pcwq {
        bottom: 20px;
        right: 20px;
    }
    
    .js-iwgthq {
        display: none;
    }
    
    .ui-haverv {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-yvvcst {
        grid-template-columns: 1fr;
    }
    
    .js-v5upug {
        grid-template-columns: 1fr;
    }
    
    ._pyaybo {
        flex-direction: column;
        gap: 12px;
    }
    
    .e37bcr {
        flex-direction: column;
        gap: 8px;
    }
    
    ._h0fo7i {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-dcm78e,
    .j6pcwq,
    .s-ut1r0c,
    ._mc42r8 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
