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

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

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

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

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

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

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

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

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

.ijbocy:hover,
.ijbocy.m-td0b7b {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-rdha8d {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-trinjr {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

.m-rabblh {
    font-size: 24px;
}

.js-gaxvst {
    position: relative;
}

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

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

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

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

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

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

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

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

.x-c0h3nl {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.c-hmjg0j:hover .x-c0h3nl img {
    transform: scale(1.1);
}

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

.ui-efgju3 {
    padding: 20px;
}

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

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

.x-knv1tp {
    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-p1142z {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.el-rehdi8 {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.is-k6f65x img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.is-k6f65x h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

.m-rvftct {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-cokl3p h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

.m-hzayhm {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-x180h5.active .el-mo3bs7 {
    transform: rotate(45deg);
}

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

.el-x180h5.active .c-dpwcdq {
    max-height: 500px;
}

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

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

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

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

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

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

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

.nh962a:hover .el-hrsa5i img {
    transform: scale(1.05);
}

.js-x9kfln {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-kj7ir7 img {
    width: 48px;
    height: 48px;
}

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

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

._h6g7u2 h4,
.m-czmdhn h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-duyg14 {
    font-size: 20px;
}

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

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

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

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

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

.s-ho6qp3 .ui-zplaj4 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-o67i4z {
    margin-bottom: 24px;
}

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

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

.s-fo65qo {
    margin-bottom: 32px;
}

.s-fo65qo img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.is-rrpgjy p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.js-jwgfnw li,
.eskuhj li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.js-jwgfnw li:last-child,
.eskuhj li:last-child {
    border-bottom: none;
}

.js-jwgfnw a,
.eskuhj a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-jwgfnw a:hover,
.eskuhj a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-c716ql {
        display: none;
    }
    
    .is-mv2jx1 {
        display: flex;
    }
    
    .js-td78eu {
        font-size: 40px;
    }
    
    .c-qb3wgp,
    .c-skhqo3,
    .x-oaqd7u,
    .s-i9n23s,
    .c-ciw17x,
    .c-ekidtk,
    .x-z0fzuo,
    .c-jqd6o4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-ofqa0i,
    ._uhnj4h,
    .c-e94aqg,
    ._p91yil {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-tm5xn5,
    .el-irnjrr,
    .m-dx6rs4 {
        grid-template-columns: 1fr;
    }
    
    .el-r4tlry {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._y93cvr,
    .is-hml0pk {
        flex-direction: column;
        text-align: center;
    }
    
    .is-zw1r60,
    ._ggat0q {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-td78eu {
        font-size: 32px;
    }
    
    ._d1pz4k,
    ._hjas0u {
        font-size: 28px;
    }
    
    .c-qb3wgp,
    .c-skhqo3,
    .x-oaqd7u,
    .s-i9n23s,
    .c-ciw17x,
    .c-ofqa0i,
    ._uhnj4h,
    .c-e94aqg,
    ._p91yil,
    .c-ekidtk,
    .x-z0fzuo,
    .c-jqd6o4 {
        grid-template-columns: 1fr;
    }
    
    .el-r4tlry {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-oy1j2u,
    .s-i3cmwl,
    .js-ebv9kt {
        flex-direction: column;
    }
    
    .ui-mm9sic {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-fvr270 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-o5yn6h {
        display: none;
    }
    
    .m-au8tiw {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._ok25i1 {
        grid-template-columns: 1fr;
    }
    
    .a9x6eq {
        grid-template-columns: 1fr;
    }
    
    .ui-aqazbm {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-z344x0 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._slgkkk {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-de232h,
    .ui-fvr270,
    .m-j1wgt1,
    .s-nok6i1 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
