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

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

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

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

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

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

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

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

.js-l62ra9:hover,
.js-l62ra9.is-ylchd6 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
._w7bpth {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

.ui-qiyl9w {
    padding: 10px 20px;
    font-size: 14px;
}

.el-mzguv4 {
    width: 100%;
}

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

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

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

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

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

.c-b3ba1a {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-o0tv2k {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.el-nxjc91 {
    font-size: 24px;
}

.c-ss6hxn {
    position: relative;
}

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

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

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

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

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

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

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

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

.c-ib0g7n {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

._euq7ko:hover .c-ib0g7n img {
    transform: scale(1.1);
}

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

.x-bpz43y {
    padding: 20px;
}

.x-bpz43y h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

.ui-dnudzu {
    font-size: 36px;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-omccg0:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._i339p0.active .el-fznniv {
    transform: rotate(45deg);
}

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

._i339p0.active .js-m3uyti {
    max-height: 500px;
}

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

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

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

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

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

.m-lkcota {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.el-hckn6b:hover .m-lkcota img {
    transform: scale(1.05);
}

.s-ez4ng3 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jd4i3p img {
    width: 48px;
    height: 48px;
}

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

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

.m-w32i9q h4,
.is-pnu9a8 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.m-s75zmj {
    display: flex;
    gap: 12px;
}

.m-s75zmj img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-qhjsao {
    font-size: 20px;
}

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

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

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

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

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

.cy8nhq .iau8r9 {
    position: relative;
    z-index: 1;
}

.is-nns8zm {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.c-ci93rp {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-tn0day {
    margin-bottom: 24px;
}

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

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

.el-kt2d3z {
    margin-bottom: 32px;
}

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

.x-f4epi2 {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.x-f4epi2 p {
    margin-bottom: 16px;
}

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

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

.x-f4epi2 li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

.is-d93q0u h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.is-d93q0u p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.is-u7zo75 li:last-child,
.m-q1fh6u li:last-child {
    border-bottom: none;
}

.is-u7zo75 a,
.m-q1fh6u a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-u7zo75 a:hover,
.m-q1fh6u a:hover {
    color: var(--primary);
}

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

.is-qbup8y h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.ui-rvo663 {
    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-y0i650 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._hzzfbc ul {
    margin-bottom: 24px;
}

._hzzfbc 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-z3rh7x {
        display: none;
    }
    
    .x-b13fo7 {
        display: flex;
    }
    
    .el-gff1iv {
        font-size: 40px;
    }
    
    .ui-r4wnsu,
    .is-gkuici,
    .el-e6rzvk,
    .ui-ebf1v9,
    .c-pd06ws,
    .x-zumww1,
    .is-u5ekff,
    .c-eb9qnt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-mfnycj,
    .is-cordxc,
    .ui-oddsg9,
    .d1vzsj {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-fp5hzw,
    .is-wjw9hg,
    .el-elw6od {
        grid-template-columns: 1fr;
    }
    
    .s-xshfm7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .j2a8n7,
    .js-swwdeb {
        flex-direction: column;
        text-align: center;
    }
    
    .x-gy2pqg,
    .is-g6ikyx {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-gff1iv {
        font-size: 32px;
    }
    
    .ui-ivxav9,
    .is-nns8zm {
        font-size: 28px;
    }
    
    .ui-r4wnsu,
    .is-gkuici,
    .el-e6rzvk,
    .ui-ebf1v9,
    .c-pd06ws,
    .s-mfnycj,
    .is-cordxc,
    .ui-oddsg9,
    .d1vzsj,
    .x-zumww1,
    .is-u5ekff,
    .c-eb9qnt {
        grid-template-columns: 1fr;
    }
    
    .s-xshfm7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-vdwogu,
    .ui-lzikzt,
    .el-cylukd {
        flex-direction: column;
    }
    
    .js-ci3skj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-mltrzr {
        bottom: 20px;
        right: 20px;
    }
    
    ._w69egr {
        display: none;
    }
    
    .ui-f2hqwu {
        padding: 16px;
        border-radius: 50%;
    }
    
    .hl3xgj {
        grid-template-columns: 1fr;
    }
    
    .x-hif77i {
        grid-template-columns: 1fr;
    }
    
    ._wkl718 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-ng6zsq {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-to4cg1 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-ij2dir,
    .x-mltrzr,
    .s-bomps9,
    .s-cri3bj {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
