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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-lhqfyl {
    width: 100%;
}

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

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

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

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

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

.bvpnn5 {
    max-width: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-wlo8xy {
    font-size: 24px;
}

.x-j5zxyz {
    position: relative;
}

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

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

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

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

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

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

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

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

.js-gcx4bw {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.js-is4cml:hover .js-gcx4bw img {
    transform: scale(1.1);
}

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

.el-yayigi {
    padding: 20px;
}

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

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

.is-gzeobw {
    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
   ======================================== */
.r19i3u {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-m4xta7 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._b1f1oa {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.js-iyd131 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.c-q4x8ei:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-u1ic86.active .el-gwrwc4 {
    transform: rotate(45deg);
}

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

.el-u1ic86.active .s-eix12k {
    max-height: 500px;
}

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

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

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

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

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

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

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

.s-ychd8g:hover .x-ti4yph img {
    transform: scale(1.05);
}

.ui-rircve {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-husn8v h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.m-husn8v h2 strong {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

.el-f0fg8e img {
    width: 48px;
    height: 48px;
}

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

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

.el-gut6ac h4,
.js-g982b7 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-b7ahmj {
    font-size: 20px;
}

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

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

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

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

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

.ui-qsk1rm .m-k1k2h2 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-a9smgl {
    margin: 16px 0 32px;
}

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

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

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

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

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

.js-vx5d1c {
    width: 100%;
    margin-bottom: 24px;
}

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

.js-vx5d1c td {
    padding: 12px 0;
    font-size: 14px;
}

.js-vx5d1c td:first-child {
    color: var(--text-secondary);
}

.js-vx5d1c td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.m-q2jwnb {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.arigux li:last-child,
.c-f670b5 li:last-child {
    border-bottom: none;
}

.arigux a,
.c-f670b5 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.arigux a:hover,
.c-f670b5 a:hover {
    color: var(--primary);
}

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

.el-edycdb h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

.is-bpb6ji h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .xr2jze {
        display: none;
    }
    
    .c-qiymqi {
        display: flex;
    }
    
    .ih6wwi {
        font-size: 40px;
    }
    
    .js-zvlwf9,
    .el-iao8rm,
    .s-f6x5oh,
    .hind19,
    .c-r4zss8,
    ._njy8tt,
    .js-zc9xdv,
    .js-h197f0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-x1eb0c,
    .is-v006uj,
    .m-xcgez5,
    .s-uvif2s {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-roucv8,
    .s-r00o71,
    .js-er0utq {
        grid-template-columns: 1fr;
    }
    
    .el-fh3ij5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-cs9lp7,
    .is-vo67wb {
        flex-direction: column;
        text-align: center;
    }
    
    .is-c9gf55,
    .c-j3dklu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ih6wwi {
        font-size: 32px;
    }
    
    .el-yicsqu,
    .c-cgmnqi {
        font-size: 28px;
    }
    
    .js-zvlwf9,
    .el-iao8rm,
    .s-f6x5oh,
    .hind19,
    .c-r4zss8,
    .el-x1eb0c,
    .is-v006uj,
    .m-xcgez5,
    .s-uvif2s,
    ._njy8tt,
    .js-zc9xdv,
    .js-h197f0 {
        grid-template-columns: 1fr;
    }
    
    .el-fh3ij5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-ovoxyn,
    .nhk1fa,
    .lzkvti {
        flex-direction: column;
    }
    
    .c-flj9po {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-eom6md {
        bottom: 20px;
        right: 20px;
    }
    
    .x33hmb {
        display: none;
    }
    
    .s-hvwahi {
        padding: 16px;
        border-radius: 50%;
    }
    
    .s-li5obd {
        grid-template-columns: 1fr;
    }
    
    .s-r7e207 {
        grid-template-columns: 1fr;
    }
    
    .x-zaply4 {
        flex-direction: column;
        gap: 12px;
    }
    
    .s-lk8bl4 {
        flex-direction: column;
        gap: 8px;
    }
    
    ._q86pjz {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .el-vnrgpy,
    .el-eom6md,
    .m-g7i6tb,
    .x-qnkbn2 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
