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

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

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

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

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

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

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

ul, ol {
    list-style: none;
}

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

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

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

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

.js-gqsd54 img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

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

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

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

.x-gplpzn:hover,
.x-gplpzn.js-slol9w {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-phhv37 {
    width: 100%;
}

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

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

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

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

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

._zyvxff {
    max-width: 700px;
}

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

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

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

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

.el-lxnzwa {
    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-aasc78 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

.c-y9okos {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.zq6p6x {
    position: relative;
}

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

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

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

.ui-rs5ls4 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.m-hukzy4:hover .fdffka img {
    transform: scale(1.1);
}

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

.js-meojgw {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-lblyjo {
    font-size: 48px;
    font-weight: 800;
    display: block;
}

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

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

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

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

.ui-cmr52v img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.x-y1o39u {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-j09ksq {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

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

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

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

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

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

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

.is-ly80wb h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-dixj8x.active .m-m52f22 {
    transform: rotate(45deg);
}

.el-mla799 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.s-dixj8x.active .el-mla799 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-jorqwp:hover .x-u3qtw8 img {
    transform: scale(1.05);
}

.s-dghcrd {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-y3f6hl h4,
.ui-r37i3q h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-jjh9vk {
    display: flex;
    gap: 12px;
}

.ui-jjh9vk img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ui-uo9byt {
    font-size: 20px;
}

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

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

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

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

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

.is-nuqs2s .is-kullv6 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-jbmqri {
    margin: 16px 0 32px;
}

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

.ui-jbmqri li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.is-l8155g {
    margin-bottom: 24px;
}

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

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

.ui-cnpxwx {
    margin-bottom: 32px;
}

.ui-cnpxwx img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-grf7tt li:last-child,
.eb5p4v li:last-child {
    border-bottom: none;
}

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

.js-grf7tt a:hover,
.eb5p4v a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-ap3lnp ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-z5am6i {
        display: none;
    }
    
    .x-l66wvp {
        display: flex;
    }
    
    .m-grjyqu {
        font-size: 40px;
    }
    
    .js-a622tj,
    .ui-wwjdim,
    .c-ubilp9,
    .ui-sw65mk,
    .gj97oh,
    .ui-smwxqx,
    .s-l8hfq7,
    .m-bp74ow {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .e5ae6f,
    .js-bey4gb,
    .m-zoe4zq,
    .x-o3mxca {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-f3a8og,
    ._m2stnj,
    .ui-ztvxci {
        grid-template-columns: 1fr;
    }
    
    .oahooi {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-moyafc,
    .ui-xk4o3i {
        flex-direction: column;
        text-align: center;
    }
    
    .x-ipuuhm,
    .js-sxnn2r {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-grjyqu {
        font-size: 32px;
    }
    
    ._jbccp0,
    .is-p6y3is {
        font-size: 28px;
    }
    
    .js-a622tj,
    .ui-wwjdim,
    .c-ubilp9,
    .ui-sw65mk,
    .gj97oh,
    .e5ae6f,
    .js-bey4gb,
    .m-zoe4zq,
    .x-o3mxca,
    .ui-smwxqx,
    .s-l8hfq7,
    .m-bp74ow {
        grid-template-columns: 1fr;
    }
    
    .oahooi {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-cz8p4y,
    .s-q8tf2p,
    .js-ki1iuc {
        flex-direction: column;
    }
    
    .ui-ab1opu {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-qp22l6 {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-ijzctc {
        display: none;
    }
    
    .is-rrtd3p {
        padding: 16px;
        border-radius: 50%;
    }
    
    .gtpb69 {
        grid-template-columns: 1fr;
    }
    
    .c-zqptde {
        grid-template-columns: 1fr;
    }
    
    .m-d8tv2u {
        flex-direction: column;
        gap: 12px;
    }
    
    .x-zdskd6 {
        flex-direction: column;
        gap: 8px;
    }
    
    .pbjnx6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-nrswbs,
    .ui-qp22l6,
    .is-oz8ei1,
    .el-t8gw72 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
