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

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

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

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

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

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

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

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

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

._jw114g:hover,
._jw114g.is-jetkhl {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-kgnaxl {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.mo46ew {
    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-h9266r {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-v3mojb {
    font-size: 24px;
}

._pj54lo {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-dbbcyc:hover .x-tmfgn4 img {
    transform: scale(1.1);
}

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

.s-y7p8ob {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-re5uqm {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

._xvuhx4 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._ibr0ba:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-nhnm93.active .js-eniqrb {
    transform: rotate(45deg);
}

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

.x-nhnm93.active .c-r6p76c {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-nmdvfe:hover .c-fd5n7q img {
    transform: scale(1.05);
}

.m-gxkter {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.s-ct57oy h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

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

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

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

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

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

.ui-mbzn5s {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-fjs014 {
    font-size: 20px;
}

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

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

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

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

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

.c-bnvvvq .js-vg9z5k {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-obtna8 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-lqcc9a {
    margin-bottom: 32px;
}

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

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

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

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

.c-h7p3gd p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-yiv0x6 li,
.is-h936fd li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ui-yiv0x6 li:last-child,
.is-h936fd li:last-child {
    border-bottom: none;
}

.ui-yiv0x6 a,
.is-h936fd a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ui-yiv0x6 a:hover,
.is-h936fd a:hover {
    color: var(--primary);
}

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

.x-bnwwsx h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

.x-jgdig1 {
    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-ztlygf h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-pdnaq6 ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-wp5mib {
        display: none;
    }
    
    .x-xhnox1 {
        display: flex;
    }
    
    .s-ri7owm {
        font-size: 40px;
    }
    
    .ui-b9h83q,
    .m-hb2mc4,
    .x-n5vb7f,
    .m-tya18n,
    .c-zue583,
    .js-osbqy4,
    .kaa2cr,
    .x-nmgyks {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-rxhv0k,
    .x-kzvl2l,
    .js-ocgqdj,
    .c-c7le0i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-wsnawg,
    .is-sa94ck,
    .y65yer {
        grid-template-columns: 1fr;
    }
    
    .m-wjpozn {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .y9qvtk,
    .js-u84xns {
        flex-direction: column;
        text-align: center;
    }
    
    .c-sqty7m,
    .is-klxj7w {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-ri7owm {
        font-size: 32px;
    }
    
    .x-h9266r,
    .is-kgevjk {
        font-size: 28px;
    }
    
    .ui-b9h83q,
    .m-hb2mc4,
    .x-n5vb7f,
    .m-tya18n,
    .c-zue583,
    .js-rxhv0k,
    .x-kzvl2l,
    .js-ocgqdj,
    .c-c7le0i,
    .js-osbqy4,
    .kaa2cr,
    .x-nmgyks {
        grid-template-columns: 1fr;
    }
    
    .m-wjpozn {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-shus9t,
    .s-mou785,
    ._c7k2i9 {
        flex-direction: column;
    }
    
    .el-lchofp {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .gy5yi7 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-v07gt3 {
        display: none;
    }
    
    .s-mwqac3 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .fx0uqb {
        grid-template-columns: 1fr;
    }
    
    .s-ape8ec {
        grid-template-columns: 1fr;
    }
    
    .m-gcley3 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-i6jz6t {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-brrsal {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-yo109g,
    .gy5yi7,
    .el-jsxpfr,
    .v17wrt {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
