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

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

/* ========================================
   Header & Navigation
   ======================================== */
.x-attu2p {
    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-ezwvny {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.js-pfh1av img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.m-ahiw7l {
    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-v42x0j {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.x-xb7i2y:hover,
.x-xb7i2y.x-p6n4a3 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-ioflok {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.asr0bz {
    width: 100%;
}

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

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

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

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

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

.s-eaevb2 {
    max-width: 700px;
}

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

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

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

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

.js-fv7ss3 {
    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-u2u4dh {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-xysou0 {
    font-size: 24px;
}

.s-va5htj {
    position: relative;
}

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

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

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

.m-z3bo2m {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.i1zn81:hover ._fudrjs img {
    transform: scale(1.1);
}

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

.m-oay8t6 {
    padding: 20px;
}

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

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

._ivnhoj {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 215, 0, 0.1);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

.ui-p8mif2 {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

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

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

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

.js-nn981a {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._fgf61r {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-budnkz.active .ui-oz94pj {
    transform: rotate(45deg);
}

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

.m-budnkz.active .ui-ste65q {
    max-height: 500px;
}

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

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

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

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

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

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

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

.bhv0tl:hover .js-t3lbvn img {
    transform: scale(1.05);
}

.el-vdith7 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._met3rx {
    text-align: center;
}

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

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

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

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

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

.is-hbvp5r img {
    width: 48px;
    height: 48px;
}

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

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

.piq7ea h4,
._gayb97 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.is-ek8new {
    display: flex;
    gap: 12px;
}

.is-ek8new img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

.js-rf0iy9 {
    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-rksorg {
    font-size: 20px;
}

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

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

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

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

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

.x-gn090e .m-tfrzud {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-vx99b2 {
    margin: 16px 0 32px;
}

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

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

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

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

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

.is-gvm35z {
    width: 100%;
    margin-bottom: 24px;
}

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

.is-gvm35z td {
    padding: 12px 0;
    font-size: 14px;
}

.is-gvm35z td:first-child {
    color: var(--text-secondary);
}

.is-gvm35z td:last-child {
    text-align: right;
    font-weight: 600;
}

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

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

.s-tcb6le {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.is-m54p90 p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.is-jjhwda li,
.js-u54yl1 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.is-jjhwda li:last-child,
.js-u54yl1 li:last-child {
    border-bottom: none;
}

.is-jjhwda a,
.js-u54yl1 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.is-jjhwda a:hover,
.js-u54yl1 a:hover {
    color: var(--primary);
}

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

.m-aknvrv h3 {
    border-bottom: none;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

.el-p8d8ur h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-s6k43x ul {
    margin-bottom: 24px;
}

.x-s6k43x 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-v42x0j {
        display: none;
    }
    
    .c-q3jddy {
        display: flex;
    }
    
    .m-kdpgmr {
        font-size: 40px;
    }
    
    .ui-wavfmy,
    .m-xpyec9,
    .m-dyugy1,
    .is-xlz09p,
    .el-gsvq94,
    .gccb9w,
    .is-rrnedm,
    ._zyuziy {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-odlxe3,
    .s-p32f4s,
    .el-k6y6gs,
    ._bop6tt {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-vsqtpu,
    .j884l3,
    .is-j0h2m7 {
        grid-template-columns: 1fr;
    }
    
    .is-o1tl48 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-vm72r7,
    .x-yfrw13 {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-ntovz3,
    .m-hbg7yd {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-kdpgmr {
        font-size: 32px;
    }
    
    .ui-qgyht3,
    ._e5quvx {
        font-size: 28px;
    }
    
    .ui-wavfmy,
    .m-xpyec9,
    .m-dyugy1,
    .is-xlz09p,
    .el-gsvq94,
    .js-odlxe3,
    .s-p32f4s,
    .el-k6y6gs,
    ._bop6tt,
    .gccb9w,
    .is-rrnedm,
    ._zyuziy {
        grid-template-columns: 1fr;
    }
    
    .is-o1tl48 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-c0nlug,
    .p0rr5g,
    .js-iinvd5 {
        flex-direction: column;
    }
    
    .m-gbjge9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .x-vqj50i {
        bottom: 20px;
        right: 20px;
    }
    
    .dqnscp {
        display: none;
    }
    
    .js-rf0iy9 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-n7mrtj {
        grid-template-columns: 1fr;
    }
    
    ._synbt5 {
        grid-template-columns: 1fr;
    }
    
    .s-grd6q2 {
        flex-direction: column;
        gap: 12px;
    }
    
    .c-aenx08 {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-o9ktgj {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-attu2p,
    .x-vqj50i,
    ._ih0nfx,
    .ui-ltd0aq {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
