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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-iobcza {
    width: 100%;
}

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

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

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

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

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

.el-p84dxa {
    max-width: 700px;
}

.el-wafze6 {
    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-pfwo06 {
    font-size: 20px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

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

.ui-j31gi6 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

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

.c-x090qg {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-vbxdhu:hover .x-vhyt05 img {
    transform: scale(1.1);
}

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

.m-uki6st {
    padding: 20px;
}

.m-uki6st h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._eabqzs img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-f8c3f0 {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

.s-pe76ll {
    text-align: center;
}

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

.s-pe76ll h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

.el-ufki8q {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.is725f.active .uupmtn {
    transform: rotate(45deg);
}

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

.is725f.active .el-kdwxcu {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-fx3tfd:hover ._nx0v0y img {
    transform: scale(1.05);
}

.s-avtxfp {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-y5cstd h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.s-y1mm27 {
    text-align: center;
}

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

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

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

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

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

.m-n4d18s img {
    width: 48px;
    height: 48px;
}

.m-n4d18s span {
    font-size: 20px;
    font-weight: 700;
}

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

.is-ynjdyx h4,
.is-tkl2ct h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

._isx6zt {
    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-eq6vfn {
    font-size: 20px;
}

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

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

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

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

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

.ui-lhzldx .el-y3u8hx {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-vb2cbl {
    margin: 16px 0 32px;
}

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

.js-vb2cbl li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

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

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

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

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

.js-l6d8d3 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-bvp2q0 li:last-child,
.c-tw0i1y li:last-child {
    border-bottom: none;
}

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

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

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

.ui-qhf1al h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.ui-xvnvu2 {
    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-ksphgx h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-lhe9ci ul {
    margin-bottom: 24px;
}

.c-lhe9ci 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-juycq6 {
        display: none;
    }
    
    .js-im15b4 {
        display: flex;
    }
    
    .el-wafze6 {
        font-size: 40px;
    }
    
    .el-ezo4kp,
    ._e4d6zx,
    .is-wcq2az,
    .c-rcw2ro,
    ._xf7uox,
    .s-bh68uu,
    .ui-n2u2tj,
    .el-wwxvmp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-k5e5b3,
    .c-hnw4ge,
    .el-b663vf,
    .js-pn4g5f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-ydqtgm,
    ._fdf3ty,
    .js-wpcro4 {
        grid-template-columns: 1fr;
    }
    
    ._lc7o4q {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._wbsvlb,
    .el-znxbml {
        flex-direction: column;
        text-align: center;
    }
    
    .el-wzelfr,
    .m-c5c23v {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-wafze6 {
        font-size: 32px;
    }
    
    .dwooof,
    ._zkjwy6 {
        font-size: 28px;
    }
    
    .el-ezo4kp,
    ._e4d6zx,
    .is-wcq2az,
    .c-rcw2ro,
    ._xf7uox,
    .ui-k5e5b3,
    .c-hnw4ge,
    .el-b663vf,
    .js-pn4g5f,
    .s-bh68uu,
    .ui-n2u2tj,
    .el-wwxvmp {
        grid-template-columns: 1fr;
    }
    
    ._lc7o4q {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    ._wsnq4s,
    .js-gxxz7a,
    .is-eaoxf6 {
        flex-direction: column;
    }
    
    .m-lfci99 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-ngfzsx {
        bottom: 20px;
        right: 20px;
    }
    
    .is-qb969k {
        display: none;
    }
    
    ._isx6zt {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._wyarsy {
        grid-template-columns: 1fr;
    }
    
    .ui-fqjzc5 {
        grid-template-columns: 1fr;
    }
    
    ._s27hd9 {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-qxam7d {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-ia59m6 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .b8ra48,
    .s-ngfzsx,
    .x-gwyjjn,
    .js-ta7lcs {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
