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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

/* ========================================
   Header & Navigation
   ======================================== */
.m-oid0ii {
    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-l1dmh2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

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

.s-x3jp9p:hover,
.s-x3jp9p.x-zlo6ld {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ngx2w4 {
    width: 100%;
}

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

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

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

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

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

.m-td0gj6 {
    max-width: 700px;
}

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

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

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

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

.x-bkjccj {
    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-smjbdk {
    text-align: center;
    margin-bottom: 48px;
}

._cr8hzc {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(var(--primary), 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._vl254t {
    font-size: 24px;
}

.js-j7q36i {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.m-y1f0pv:hover .m-wnkz3t img {
    transform: scale(1.1);
}

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

.s-d1pcyn {
    padding: 20px;
}

.s-d1pcyn h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.s-p38yr9 {
    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
   ======================================== */
.c-mwblvi {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._nlbag9 {
    text-align: center;
}

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

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

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

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

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

.el-lx0rro img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.el-lx0rro h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-zncklp h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-tdgdb6 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.ui-zze3ff:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._sa2ke2.active .js-gvpweg {
    transform: rotate(45deg);
}

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

._sa2ke2.active .ui-w5ntb8 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-npeu32:hover .m-e1n9il img {
    transform: scale(1.05);
}

.is-w649xw {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ah1000 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.c-udqo6t h4,
.m-xp3u7q h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.x-neqc2h {
    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-eveyeh {
    font-size: 20px;
}

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

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

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

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

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

._ye4uip .js-y26r3z {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ofvku2 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.yil19v p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.c-kais9p h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.c-kais9p p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

.el-o2xbgc li,
.m-dxzbl1 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.el-o2xbgc li:last-child,
.m-dxzbl1 li:last-child {
    border-bottom: none;
}

.el-o2xbgc a,
.m-dxzbl1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.el-o2xbgc a:hover,
.m-dxzbl1 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.s-i2py33 h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .s-x2080t {
        display: none;
    }
    
    .ui-fd2sko {
        display: flex;
    }
    
    .js-u6rmz2 {
        font-size: 40px;
    }
    
    .ui-hcjty9,
    .is-yg14ri,
    .is-fu29aw,
    .m-vlzooj,
    .s-ii5bnc,
    .ui-jxn2lh,
    .el-bkc075,
    .x-tuzj2r {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-atof2o,
    .c-dbpp0g,
    .c-v8p5sw,
    .ui-w9r1za {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-dw8uey,
    .m-exen29,
    .c-agcsiq {
        grid-template-columns: 1fr;
    }
    
    .s-vbtnaw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-jeijhd,
    .c-pbobbf {
        flex-direction: column;
        text-align: center;
    }
    
    .m-vwsa88,
    .x-dc49i7 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-u6rmz2 {
        font-size: 32px;
    }
    
    .el-qgwft9,
    .s-msdmzr {
        font-size: 28px;
    }
    
    .ui-hcjty9,
    .is-yg14ri,
    .is-fu29aw,
    .m-vlzooj,
    .s-ii5bnc,
    .s-atof2o,
    .c-dbpp0g,
    .c-v8p5sw,
    .ui-w9r1za,
    .ui-jxn2lh,
    .el-bkc075,
    .x-tuzj2r {
        grid-template-columns: 1fr;
    }
    
    .s-vbtnaw {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-x25rvn,
    .moqm0q,
    .ah1000 {
        flex-direction: column;
    }
    
    .s-a4vgdl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-q3js6i {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-mzmq6p {
        display: none;
    }
    
    .x-neqc2h {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-up9dig {
        grid-template-columns: 1fr;
    }
    
    .m-n65cum {
        grid-template-columns: 1fr;
    }
    
    .js-aozdju {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-yzhhq8 {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-ohatrf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-oid0ii,
    .el-q3js6i,
    .wqzgji,
    .x-fhf5wf {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
