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

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

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

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

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

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

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

.el-i3paz2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

._g3gn6d:hover,
._g3gn6d.xhcsdm {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-ekrnpl {
    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-ekrnpl:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-um3rl5 {
    width: 100%;
}

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

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

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

.ui-npl5qe::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-b43luc {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

.c-a7lxud {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.is-yocbsu {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

.js-yu5130 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.ug5upj {
    font-size: 24px;
}

.is-gphiec {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.c-r8ocwu:hover .x-nrsyog img {
    transform: scale(1.1);
}

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

.s-kh356x {
    padding: 20px;
}

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

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

.m-yfu2ix {
    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
   ======================================== */
.js-qxwbap {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.to4he7 {
    text-align: center;
}

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

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

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

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

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

.c-bccblt img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-lm48ul {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-pl5mfi {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.m-qskptm:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.js-f2331v.active .js-pw3qdu {
    transform: rotate(45deg);
}

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

.js-f2331v.active .x-qv3wv3 {
    max-height: 500px;
}

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

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

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

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

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

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

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

._zuyq5v:hover .el-rpvckp img {
    transform: scale(1.05);
}

.ui-f9caic {
    padding: 20px;
}

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

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

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

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

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

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

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

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

.ui-ihbovr {
    display: flex;
    justify-content: center;
    gap: 16px;
}

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

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

.c-r7nivp h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.k30jpd {
    text-align: center;
}

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

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

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

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

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

.is-tmcnke img {
    width: 48px;
    height: 48px;
}

.is-tmcnke span {
    font-size: 20px;
    font-weight: 700;
}

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

.ui-cey9ir h4,
.el-mvmd8f h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-foflyr {
    display: flex;
    gap: 12px;
}

.is-foflyr img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.m-d2d1fj {
    font-size: 20px;
}

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

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

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

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

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

.s-b4flk9 .is-bde33q {
    position: relative;
    z-index: 1;
}

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

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

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

.js-pk907n {
    display: flex;
    justify-content: center;
    gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-km970o {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.s-m6kdk7 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-o3rvft li:last-child,
.x-w8ktve li:last-child {
    border-bottom: none;
}

.js-o3rvft a,
.x-w8ktve a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-o3rvft a:hover,
.x-w8ktve a:hover {
    color: var(--primary);
}

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

.s-ggtmdj h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.q9gux4 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-i3paz2 {
        display: none;
    }
    
    .i6sger {
        display: flex;
    }
    
    .c-t33grg {
        font-size: 40px;
    }
    
    .ui-axs9zh,
    .s-xu231l,
    ._drtw56,
    .ui-yl37ga,
    .el-tvr4j0,
    .js-qli8pq,
    ._zdkmgx,
    .c-pq1sgu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-yd6aqq,
    .el-nvgrkg,
    .el-exgh2w,
    .x-c5kb9i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .v6jksj,
    .m-el5sxv,
    .s-wqxgp1 {
        grid-template-columns: 1fr;
    }
    
    .ui-gccnan {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-cstr84,
    .yt7del {
        flex-direction: column;
        text-align: center;
    }
    
    .s-c0c68o,
    .ln2yin {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .c-t33grg {
        font-size: 32px;
    }
    
    .is-teg02q,
    .el-cjco8p {
        font-size: 28px;
    }
    
    .ui-axs9zh,
    .s-xu231l,
    ._drtw56,
    .ui-yl37ga,
    .el-tvr4j0,
    .is-yd6aqq,
    .el-nvgrkg,
    .el-exgh2w,
    .x-c5kb9i,
    .js-qli8pq,
    ._zdkmgx,
    .c-pq1sgu {
        grid-template-columns: 1fr;
    }
    
    .ui-gccnan {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .c-a7lxud,
    .ui-ihbovr,
    .js-ysn52s {
        flex-direction: column;
    }
    
    .js-tlfsaf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .ui-shdf5t {
        bottom: 20px;
        right: 20px;
    }
    
    .is-oekux1 {
        display: none;
    }
    
    .js-dvu3su {
        padding: 16px;
        border-radius: 50%;
    }
    
    .m-mszpdq {
        grid-template-columns: 1fr;
    }
    
    .c-zkxmjt {
        grid-template-columns: 1fr;
    }
    
    .js-pk907n {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-tb9w90 {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-f8hvly {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-mmf6bw,
    .ui-shdf5t,
    .s-wlu3d1,
    .s-yk199e {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
