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

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

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

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

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

.is-k5d2yp img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

.m-a057ii:hover,
.m-a057ii.s-t8mh4s {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-z4r3pw {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c91l6n {
    font-size: 24px;
}

.is-y46mmg {
    position: relative;
}

.is-y46mmg img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

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

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

.x-wqg3ri:hover .c-hpbjnb img {
    transform: scale(1.1);
}

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

.ui-h0mwbo {
    padding: 20px;
}

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

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

.x-ldkkdd {
    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
   ======================================== */
._gi9s3k {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

.x-dds6et {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.x-n0jdbm img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

._wydf4s {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-eeyznu h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.ui-fslas8 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.js-qo7w9a:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-gn740y.active .ui-b3vpex {
    transform: rotate(45deg);
}

.x-h74g73 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.c-gn740y.active .x-h74g73 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-dc2mvv:hover .s-cbh871 img {
    transform: scale(1.05);
}

._ia0y1q {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yw7bhv {
    text-align: center;
}

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

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

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

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

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

.js-p8ej58 img {
    width: 48px;
    height: 48px;
}

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

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

.is-ueh7a9 h4,
.s-h3uzad h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._m1ivuf {
    font-size: 20px;
}

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

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

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

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

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

.el-s30q4j .kt22it {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.i5vibk {
    margin-bottom: 24px;
}

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

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

.is-uj07t7 {
    margin-bottom: 32px;
}

.is-uj07t7 img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.el-hukgof p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rjtda7 li:last-child,
.el-t3egcw li:last-child {
    border-bottom: none;
}

.rjtda7 a,
.el-t3egcw a {
    font-size: 14px;
    color: var(--text-secondary);
}

.rjtda7 a:hover,
.el-t3egcw a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-wls7qu 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-fx1nke {
        display: none;
    }
    
    .hxfs1j {
        display: flex;
    }
    
    .js-awknf4 {
        font-size: 40px;
    }
    
    .ui-f9o734,
    .ui-pruudq,
    ._ewdllp,
    .is-oiqu0a,
    .pbp1zg,
    .is-zil7qw,
    .js-h4vs74,
    .pmizs3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-xt3lfo,
    ._kb3nyb,
    .tfgukz,
    .x-yy4xnn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .p1qie5,
    .ui-er0iws,
    .c-fl5bd3 {
        grid-template-columns: 1fr;
    }
    
    .el-dl7qhx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-q0puv4,
    .ui-ri7tjg {
        flex-direction: column;
        text-align: center;
    }
    
    .c-orezcp,
    ._s7sqfu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .js-awknf4 {
        font-size: 32px;
    }
    
    .ui-r9p5xl,
    .el-qhzwma {
        font-size: 28px;
    }
    
    .ui-f9o734,
    .ui-pruudq,
    ._ewdllp,
    .is-oiqu0a,
    .pbp1zg,
    .ui-xt3lfo,
    ._kb3nyb,
    .tfgukz,
    .x-yy4xnn,
    .is-zil7qw,
    .js-h4vs74,
    .pmizs3 {
        grid-template-columns: 1fr;
    }
    
    .el-dl7qhx {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-u13qz3,
    .js-nwo39c,
    .is-tz7rbd {
        flex-direction: column;
    }
    
    .m-sv7r6h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-yv3peg {
        bottom: 20px;
        right: 20px;
    }
    
    .m-yo77ml {
        display: none;
    }
    
    .m-l099mq {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-jb8htm {
        grid-template-columns: 1fr;
    }
    
    .c-ixmd6f {
        grid-template-columns: 1fr;
    }
    
    .c-vs0zob {
        flex-direction: column;
        gap: 12px;
    }
    
    .m-g2i0ju {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-yoon8k {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-uvakp8,
    .el-yv3peg,
    .naosrw,
    ._cvmz04 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
