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

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

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

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

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

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

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

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

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

.s-ers4ot:hover,
.s-ers4ot.is-hmi57d {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.p12y0w {
    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-d5tc63 {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.x-s4c44n {
    width: 100%;
}

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

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

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

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

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

.is-w9bgj3 {
    max-width: 700px;
}

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

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

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

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

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

.m-t7gga8 {
    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-kznh7w {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._lq1kki {
    font-size: 24px;
}

.s-b1tbmw {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-fcf55p:hover .el-vr18uj img {
    transform: scale(1.1);
}

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

._kc6yra {
    padding: 20px;
}

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

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

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

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

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

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

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

.x-b4so7i {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

.m-bak190 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.js-bvu2jv img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-h6sy14 {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-y1v0ga:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.ui-r4m518.active .c-znlfqx {
    transform: rotate(45deg);
}

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

.ui-r4m518.active .is-wo1u1j {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-m113mp:hover ._a3g9jg img {
    transform: scale(1.05);
}

.ui-rjcc7h {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-v4ir4y {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-nxtj3o h4,
.c-a5olk6 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-fnk9mb {
    display: flex;
    gap: 12px;
}

.c-fnk9mb img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.s-aagjm7 {
    font-size: 20px;
}

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

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

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

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

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

.c-mrinq7 .is-u11c4s {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-t75oeg {
    margin: 16px 0 32px;
}

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

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

.s-fpv6y3 {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.js-iyv6oj {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._ttv8d1 li:last-child,
.is-dd5d3k li:last-child {
    border-bottom: none;
}

._ttv8d1 a,
.is-dd5d3k a {
    font-size: 14px;
    color: var(--text-secondary);
}

._ttv8d1 a:hover,
.is-dd5d3k a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    ._k18x3y {
        display: none;
    }
    
    .ui-k747t2 {
        display: flex;
    }
    
    .js-qggmj8 {
        font-size: 40px;
    }
    
    .is-w5odqs,
    ._hclgi1,
    .ui-ggbvfd,
    .m-kdzld3,
    .is-zc8sol,
    .s-aiq63j,
    .js-h418ua,
    .js-es4aml {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._yq4wy5,
    .c-wb5kfv,
    .el-hsv8yx,
    .s-sm27vw {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .qegjs5,
    .ui-n22kz7,
    .x-vxiwgc {
        grid-template-columns: 1fr;
    }
    
    .is-lu0bks {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-be0mpa,
    .ui-dn0ogh {
        flex-direction: column;
        text-align: center;
    }
    
    .c-afdib9,
    .is-ycbfgi {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-qggmj8 {
        font-size: 32px;
    }
    
    .el-kznh7w,
    .is-tyk26m {
        font-size: 28px;
    }
    
    .is-w5odqs,
    ._hclgi1,
    .ui-ggbvfd,
    .m-kdzld3,
    .is-zc8sol,
    ._yq4wy5,
    .c-wb5kfv,
    .el-hsv8yx,
    .s-sm27vw,
    .s-aiq63j,
    .js-h418ua,
    .js-es4aml {
        grid-template-columns: 1fr;
    }
    
    .is-lu0bks {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._oej0md,
    .el-xf5t14,
    .js-krk5lo {
        flex-direction: column;
    }
    
    .is-vkpi7k {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .c-w8jpfj {
        bottom: 20px;
        right: 20px;
    }
    
    .js-lhusfv {
        display: none;
    }
    
    .m-x861c9 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-lmy2jp {
        grid-template-columns: 1fr;
    }
    
    .m-pn56h4 {
        grid-template-columns: 1fr;
    }
    
    .ui-ulm8r2 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-qbtxf4 {
        flex-direction: column;
        gap: 8px;
    }
    
    .a1k8xe {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .m-qyrfuv,
    .c-w8jpfj,
    .x-erzqyv,
    ._ydpifc {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
