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

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

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

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

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

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

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

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

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

.js-sdkuxp:hover,
.js-sdkuxp.js-rmsa3h {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-fcugdu {
    width: 100%;
}

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

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

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

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

.m-f4qdb2 {
    max-width: 700px;
}

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

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

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

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

.is-seswb6 {
    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-zjo8iq {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-owsjzx {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.d82o0v:hover .m-tneu5i img {
    transform: scale(1.1);
}

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

._cn1trm {
    padding: 20px;
}

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

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

.is-v8j1ak {
    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-xrlv4d {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

._snf3ce {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.s-ujh2lm {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-c9c25d {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._fe07mi.active .vk76f3 {
    transform: rotate(45deg);
}

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

._fe07mi.active .ui-jahm5i {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-f5ohqu:hover .ui-cyk8d4 img {
    transform: scale(1.05);
}

._a0pxfj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-v6x63r img {
    width: 48px;
    height: 48px;
}

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

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

.m-kqmclq h4,
._dfsv7w h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.c-jpid1m {
    display: flex;
    gap: 12px;
}

.c-jpid1m img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.ffwgir {
    font-size: 20px;
}

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

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

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

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

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

.c-s9cfgn .ui-gq9tyw {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pqyqyi {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-it3emi li:last-child,
.c-o29q73 li:last-child {
    border-bottom: none;
}

.js-it3emi a,
.c-o29q73 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.js-it3emi a:hover,
.c-o29q73 a:hover {
    color: var(--primary);
}

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

.c-zoci2m h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m02mla {
        display: none;
    }
    
    .el-erw43a {
        display: flex;
    }
    
    .s-h94ge3 {
        font-size: 40px;
    }
    
    .js-c9r074,
    .obozke,
    .s-ci0wmq,
    .is-c92llo,
    .m-ycbqrg,
    .c-d3uazf,
    .x-ha4u8t,
    .js-u9ryox {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._inoi1l,
    .s-sjup44,
    .is-vb2oaq,
    .s-ksll3n {
        grid-template-columns: repeat(2, 1fr);
    }
    
    ._lw1nye,
    .umm7gj,
    .js-kpeb7v {
        grid-template-columns: 1fr;
    }
    
    .is-o9qb5y {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .p3wpxk,
    .r7e2sr {
        flex-direction: column;
        text-align: center;
    }
    
    ._f1rpfs,
    .t3d8xl {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-h94ge3 {
        font-size: 32px;
    }
    
    .u234im,
    .c-mmyq8b {
        font-size: 28px;
    }
    
    .js-c9r074,
    .obozke,
    .s-ci0wmq,
    .is-c92llo,
    .m-ycbqrg,
    ._inoi1l,
    .s-sjup44,
    .is-vb2oaq,
    .s-ksll3n,
    .c-d3uazf,
    .x-ha4u8t,
    .js-u9ryox {
        grid-template-columns: 1fr;
    }
    
    .is-o9qb5y {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .m-l9nnhw,
    .s-lp6hh8,
    .c-hb04un {
        flex-direction: column;
    }
    
    .s-t7q9x2 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-i9mh0g {
        bottom: 20px;
        right: 20px;
    }
    
    ._m80a5q {
        display: none;
    }
    
    .c-c9u48e {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-yw3b28 {
        grid-template-columns: 1fr;
    }
    
    .ui-mq1fvx {
        grid-template-columns: 1fr;
    }
    
    .ifjjui {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-i7gq0n {
        flex-direction: column;
        gap: 8px;
    }
    
    .m-r6xbnp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .hcjbew,
    .el-i9mh0g,
    .s-erd2oz,
    .ui-kb6z04 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
