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

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

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

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

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

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

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

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

.s-wnwvxj:hover,
.s-wnwvxj._atwndr {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-ldmqs8 {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-fvrqli {
    width: 100%;
}

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

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

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

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

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

.xzs8c9 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-k87e2j {
    font-size: 24px;
}

.el-xww58i {
    position: relative;
}

.el-xww58i img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

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

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

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

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

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

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

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

.s-dfbho3 {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.y2kyfk:hover .s-dfbho3 img {
    transform: scale(1.1);
}

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

.is-mh037m {
    padding: 20px;
}

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

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

.ui-mh8fsm {
    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
   ======================================== */
.m-tzhlv8 {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jgc34f {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.x-kxvozt {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-sd0o47 h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

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

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

.m-lc9kze {
    max-width: 800px;
    margin: 0 auto;
}

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

.c-tywrp4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

.x-ie09mf.active .pcot4a {
    transform: rotate(45deg);
}

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

.x-ie09mf.active .x-f30xcm {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-iafajg:hover .c-bd0oue img {
    transform: scale(1.05);
}

.s-fllclg {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-sr491z {
    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-vtrzim {
    font-size: 20px;
}

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

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

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

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

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

.c-ytezxm .m-byn98j {
    position: relative;
    z-index: 1;
}

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

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

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

.s-du51dr {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

.is-c3zuow {
    margin: 16px 0 32px;
}

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

.is-c3zuow li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.m-yibiz0 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-i9hkqd li,
.c-ws9axa li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.s-i9hkqd li:last-child,
.c-ws9axa li:last-child {
    border-bottom: none;
}

.s-i9hkqd a,
.c-ws9axa a {
    font-size: 14px;
    color: var(--text-secondary);
}

.s-i9hkqd a:hover,
.c-ws9axa a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-unl2t5 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-kwra6x {
        display: none;
    }
    
    .ui-pvxjip {
        display: flex;
    }
    
    .mlpmlc {
        font-size: 40px;
    }
    
    .vt89us,
    .c-lq6zqx,
    .is-mf0wec,
    .m-m7np9k,
    .js-ly86h5,
    .strtj7,
    .s-i3a05u,
    .ui-fumamk {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-flt4jj,
    .m-wjmt98,
    .mmq4fb,
    .x6pwvc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-zn46t5,
    .x-yqdh34,
    .ui-dwa5lk {
        grid-template-columns: 1fr;
    }
    
    .x-oc9np7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-u350mb,
    .c-kr55ag {
        flex-direction: column;
        text-align: center;
    }
    
    .m-gobvec,
    .s-m0wz1g {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .mlpmlc {
        font-size: 32px;
    }
    
    .el-b8gl68,
    ._b0i478 {
        font-size: 28px;
    }
    
    .vt89us,
    .c-lq6zqx,
    .is-mf0wec,
    .m-m7np9k,
    .js-ly86h5,
    .c-flt4jj,
    .m-wjmt98,
    .mmq4fb,
    .x6pwvc,
    .strtj7,
    .s-i3a05u,
    .ui-fumamk {
        grid-template-columns: 1fr;
    }
    
    .x-oc9np7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-f5qiab,
    .el-qiso5z,
    .el-gbql9u {
        flex-direction: column;
    }
    
    .c-rv48yl {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-nug14h {
        bottom: 20px;
        right: 20px;
    }
    
    .ohd9fo {
        display: none;
    }
    
    .m-sr491z {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-jwjq1f {
        grid-template-columns: 1fr;
    }
    
    ._pdx8ue {
        grid-template-columns: 1fr;
    }
    
    .s-du51dr {
        flex-direction: column;
        gap: 12px;
    }
    
    .tgimak {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-ztwxmf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .stem78,
    .x-nug14h,
    .s-jqdvxc,
    .ybkkhf {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
