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

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

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

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

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

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

.is-raxtiy {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.js-buprjz {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.ui-fyfsr5:hover,
.ui-fyfsr5.puxfix {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ou3tnj {
    width: 100%;
}

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

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

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

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

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

.js-ovp9vb {
    max-width: 700px;
}

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

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

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

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

.s-anaj27 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

.c-pt8em4 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.el-pgzlts {
    font-size: 24px;
}

.is-wp3of2 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.ui-vcsrl1:hover .m-y40zok img {
    transform: scale(1.1);
}

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

.s-rbeizp {
    padding: 20px;
}

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

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

.s-j5pzuc {
    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
   ======================================== */
.c-qrs6kv {
    background: var(--bg-dark);
}

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

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

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

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

.c-pnke2y {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-m8lqc8 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qlbmdb {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.s-pgtunz {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.is-baqz3y:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.c-q5o5ai.active .c-io25w7 {
    transform: rotate(45deg);
}

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

.c-q5o5ai.active ._miklce {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-vqshbs:hover .m-xd1t9t img {
    transform: scale(1.05);
}

.el-enn04l {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._yebfq1 {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

._cty58e img {
    width: 48px;
    height: 48px;
}

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

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

._cc7tjv h4,
.l9qckx h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-yy565e {
    font-size: 20px;
}

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

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

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

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

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

.m-w9hvmd .el-ouyad5 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

._g7evtk {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-l9670c {
    margin-bottom: 32px;
}

.c-l9670c img {
    width: 100%;
    border-radius: var(--radius);
}

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

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

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

.x-qaqxc1 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-u9d77b li,
.m-wpmt2b li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-u9d77b li:last-child,
.m-wpmt2b li:last-child {
    border-bottom: none;
}

.ui-u9d77b a,
.m-wpmt2b a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-u9d77b a:hover,
.m-wpmt2b a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.x-teblds {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-mu89i6 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .js-buprjz {
        display: none;
    }
    
    ._sx04yr {
        display: flex;
    }
    
    .s-srsqp5 {
        font-size: 40px;
    }
    
    .el-q0iy0e,
    .is-s887gr,
    .s-c4oxs8,
    .g2gtsu,
    .c-zickq5,
    .s-rsuk7t,
    .dewflo,
    .ui-bi2ej8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-echysi,
    .is-g9v42e,
    .el-m2o9sn,
    .zih34x {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._w9guej,
    .c-up7ad2,
    .ui-ebi9b5 {
        grid-template-columns: 1fr;
    }
    
    ._e1kkux {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-ats1xa,
    .s-dhke6j {
        flex-direction: column;
        text-align: center;
    }
    
    .tgf16p,
    .au4k7s {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-srsqp5 {
        font-size: 32px;
    }
    
    .x-uvrqjg,
    ._x7e5au {
        font-size: 28px;
    }
    
    .el-q0iy0e,
    .is-s887gr,
    .s-c4oxs8,
    .g2gtsu,
    .c-zickq5,
    .is-echysi,
    .is-g9v42e,
    .el-m2o9sn,
    .zih34x,
    .s-rsuk7t,
    .dewflo,
    .ui-bi2ej8 {
        grid-template-columns: 1fr;
    }
    
    ._e1kkux {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-tg6k0z,
    .u83td4,
    ._yebfq1 {
        flex-direction: column;
    }
    
    .eu3ilr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-yrr0df {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-ifpqu0 {
        display: none;
    }
    
    .m-pqpne7 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .js-ysyh51 {
        grid-template-columns: 1fr;
    }
    
    .s-ujiih3 {
        grid-template-columns: 1fr;
    }
    
    .m-o5bchg {
        flex-direction: column;
        gap: 12px;
    }
    
    ._h8t9vi {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-kkvxn0 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-tx02m7,
    .s-yrr0df,
    .js-o6yvhc,
    .a7yg44 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
