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

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

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

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

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

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

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

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

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

.x-xcq25m:hover,
.x-xcq25m.is-g40v0i {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-e2ncvu {
    background: #fff;
    color: var(--bg-dark);
}

.x-e2ncvu:hover {
    background: var(--accent);
}

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

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

.el-k3eznh {
    padding: 10px 20px;
    font-size: 14px;
}

.is-b971mu {
    width: 100%;
}

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

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

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

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

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

.s-jyo7mh {
    max-width: 700px;
}

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

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

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

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

._jtgov9 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

.el-ndo8v4 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-z0pi8a {
    font-size: 24px;
}

.c-yyimsv {
    position: relative;
}

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

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

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

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

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

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

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

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

.js-j3zbk1 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.m-ud5762:hover .js-j3zbk1 img {
    transform: scale(1.1);
}

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

.m-mjiusa {
    padding: 20px;
}

.m-mjiusa h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.el-sjl7y9 {
    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
   ======================================== */
.ui-bhbvt0 {
    background: var(--bg-dark);
}

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

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

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

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

.is-tj3dkk {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.s-uxv5ni {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.s-dsumso img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.ui-ithqzu {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-k17g86 {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h9khxl:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-cdkzbm.active .m-b4eiiw {
    transform: rotate(45deg);
}

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

.x-cdkzbm.active ._svmn7r {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-urf7fz:hover .ui-nr4slh img {
    transform: scale(1.05);
}

.x-hkulye {
    padding: 20px;
}

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

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

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

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

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

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

.is-dzzsnn h2 strong {
    color: var(--accent);
}

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

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

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

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

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

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

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

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

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

.m-l4vgm0 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.ui-cba1h5 img {
    width: 48px;
    height: 48px;
}

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

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

.xkm56s h4,
.is-depy1o h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._m0i2hz {
    font-size: 20px;
}

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

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

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

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

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

.m-aoiwsv .is-tith4s {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uiympi {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.v9eyjk {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-op2zi5 li,
.s-estco8 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-op2zi5 li:last-child,
.s-estco8 li:last-child {
    border-bottom: none;
}

.s-op2zi5 a,
.s-estco8 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-op2zi5 a:hover,
.s-estco8 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.m-e4lw5u {
    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-tnl32w h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-r0kny8 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-cteyv3 {
        display: none;
    }
    
    .js-fuprkl {
        display: flex;
    }
    
    .s-m6om2g {
        font-size: 40px;
    }
    
    .js-ey9iu7,
    .ui-b13nr3,
    .el-uedzt5,
    .x-ul0rfv,
    .js-kszqfv,
    .c-k87c51,
    .el-psdbag,
    .x-pz4ojd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-ezmzyd,
    .c-vrz3jk,
    .m-xgkva1,
    .m-qz48mm {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .xtja54,
    ._vm264k,
    .ui-yhfpn2 {
        grid-template-columns: 1fr;
    }
    
    .x-vqletw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-svz5yg,
    .js-ro2a4c {
        flex-direction: column;
        text-align: center;
    }
    
    .nvbmmq,
    .i6a2td {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-m6om2g {
        font-size: 32px;
    }
    
    .c-rxmxq6,
    .x-pxhtfa {
        font-size: 28px;
    }
    
    .js-ey9iu7,
    .ui-b13nr3,
    .el-uedzt5,
    .x-ul0rfv,
    .js-kszqfv,
    .is-ezmzyd,
    .c-vrz3jk,
    .m-xgkva1,
    .m-qz48mm,
    .c-k87c51,
    .el-psdbag,
    .x-pz4ojd {
        grid-template-columns: 1fr;
    }
    
    .x-vqletw {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-wnlmzu,
    .is-oycfs8,
    .m-l4vgm0 {
        flex-direction: column;
    }
    
    .c-mrsf8h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-xkxng3 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-hsxa2h {
        display: none;
    }
    
    .x-gztlql {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ewws1i {
        grid-template-columns: 1fr;
    }
    
    .is-ag26wf {
        grid-template-columns: 1fr;
    }
    
    .u4d7ub {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-yfvwjq {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-hzfwcb {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    ._ub5tvu,
    .ui-xkxng3,
    .s-y8no2b,
    .m-yqiy79 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
