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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

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

.c-poa1w9 {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.x-j9zmr7:hover,
.x-j9zmr7.x-pq79id {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-bz0jdt {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-dqdnxh {
    position: relative;
}

.x-dqdnxh img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.x-s18b3a:hover .el-v39jjh img {
    transform: scale(1.1);
}

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

.s-bgytnw {
    padding: 20px;
}

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

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

.js-wzaz8l {
    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-ab2pr3 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.zpp4v6 {
    text-align: center;
}

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

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

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

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

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

.m-bmhv8s img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.s-rrjqvx {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-t0ojww {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.ui-wsm4ix {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-tyag8c {
    max-width: 800px;
    margin: 0 auto;
}

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

.ui-fqohzg {
    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-fqohzg:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-c8q9zy.active .js-fj9445 {
    transform: rotate(45deg);
}

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

.is-c8q9zy.active .is-db5fkg {
    max-height: 500px;
}

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

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

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

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

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

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

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

.y784ow:hover .m-kjo7ww img {
    transform: scale(1.05);
}

.ui-rdybwf {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-przdf0 {
    text-align: center;
}

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

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

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

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

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

.c-arc9lv img {
    width: 48px;
    height: 48px;
}

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

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

.js-x5c5kq h4,
.x-lq70lv h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-smas02 {
    font-size: 20px;
}

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

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

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

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

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

.js-ngg3rk .s-abf7wi {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._gtz0qk {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.njqsax li:last-child,
.js-obxjq5 li:last-child {
    border-bottom: none;
}

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

.njqsax a:hover,
.js-obxjq5 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-uqp5bc {
        display: none;
    }
    
    .ui-z5sbec {
        display: flex;
    }
    
    .m-vzogrf {
        font-size: 40px;
    }
    
    .m-gzvzz8,
    .is-b5jwz7,
    .is-iuwd5k,
    .dp4lt7,
    .bgztz4,
    .abs9fe,
    .ui-oca3qi,
    .s-h70hp7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-ua62ko,
    .el-ik6hz3,
    .ui-ehuhlq,
    .pe1478 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-qwe2zi,
    ._yjsmj6,
    .x-rbbiaj {
        grid-template-columns: 1fr;
    }
    
    .is-i9hwlh {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-dxcp8u,
    .c-ofxh0z {
        flex-direction: column;
        text-align: center;
    }
    
    .s-mifaws,
    .s-pb8dgb {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-vzogrf {
        font-size: 32px;
    }
    
    .rmapfu,
    .s-kz0x6f {
        font-size: 28px;
    }
    
    .m-gzvzz8,
    .is-b5jwz7,
    .is-iuwd5k,
    .dp4lt7,
    .bgztz4,
    .m-ua62ko,
    .el-ik6hz3,
    .ui-ehuhlq,
    .pe1478,
    .abs9fe,
    .ui-oca3qi,
    .s-h70hp7 {
        grid-template-columns: 1fr;
    }
    
    .is-i9hwlh {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-a1db2x,
    .el-xmu5th,
    .rhd6nz {
        flex-direction: column;
    }
    
    .m-llo5y8 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-rzzfr4 {
        bottom: 20px;
        right: 20px;
    }
    
    .is-lq4xa2 {
        display: none;
    }
    
    .x-kifkrk {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._h9i5e5 {
        grid-template-columns: 1fr;
    }
    
    .el-hz318v {
        grid-template-columns: 1fr;
    }
    
    .m-f66xu8 {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-aeypko {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-v1hsai {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-n19924,
    .m-rzzfr4,
    .is-n4tb44,
    .js-zgko8p {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
