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

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

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

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

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

.s-miql1i {
    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-ifjt26 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-htud39 {
    width: 100%;
}

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

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

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

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

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

.is-ngp568 {
    max-width: 700px;
}

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

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

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

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

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

.el-v4zbkg {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._algrg0 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._u6v7bt:hover .c-hsjo4k img {
    transform: scale(1.1);
}

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

.x-mj3wku {
    padding: 20px;
}

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

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

.m-rfmqo9 {
    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
   ======================================== */
.el-nuajwr {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

.m-rzdawa {
    text-align: center;
}

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

.ui-pzfjy7 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

.is-unfmmu img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

.x-gcsha4 {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.x-gcsha4 h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gontsb {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-g5titp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: var(--transition);
}

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

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

._z5x06m.active .c-bl3n92 {
    transform: rotate(45deg);
}

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

._z5x06m.active .m73tfi {
    max-height: 500px;
}

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

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

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

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

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

.el-y8zidr {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.js-ijtcgt:hover .el-y8zidr img {
    transform: scale(1.05);
}

.x-iqun33 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-m1myqu {
    display: flex;
    gap: 16px;
}

.m-z4o5l6 {
    text-align: center;
}

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

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

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

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

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

.x-vco3u8 img {
    width: 48px;
    height: 48px;
}

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

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

.ui-ors09f h4,
.ui-jhktbp h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-lckdcp {
    font-size: 20px;
}

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

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

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

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

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

.is-s46q79 .s-ovsniq {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-vix0l3 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nh4mkg {
    margin-bottom: 24px;
}

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

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

.p3ppdt {
    margin-bottom: 32px;
}

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

.s-ahpdsq {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.s-ahpdsq p {
    margin-bottom: 16px;
}

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

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

.s-ahpdsq li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.m-rfq2xc li:last-child,
.ui-i3kxxr li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-u1sq7l ul {
    margin-bottom: 24px;
}

.ui-u1sq7l 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-ifjt26 {
        display: none;
    }
    
    .psvmai {
        display: flex;
    }
    
    .s-d0eecv {
        font-size: 40px;
    }
    
    .js-sqb0ii,
    .m-lkj6hl,
    .p5c5u6,
    .c-mn5amx,
    ._wtjz1z,
    .el-hcuu03,
    .is-ulzx70,
    .m-x10drf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-rzqgsx,
    .ui-jjhlfw,
    .yva5q2,
    .is-z0g66d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .js-u6bbo4,
    .nyj7i7,
    .js-hfnlpi {
        grid-template-columns: 1fr;
    }
    
    .m-aiit2e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-ioyil9,
    ._a3wr9k {
        flex-direction: column;
        text-align: center;
    }
    
    .m-sldkom,
    .acoe17 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-d0eecv {
        font-size: 32px;
    }
    
    .s-b4ijgq,
    .is-q17qox {
        font-size: 28px;
    }
    
    .js-sqb0ii,
    .m-lkj6hl,
    .p5c5u6,
    .c-mn5amx,
    ._wtjz1z,
    .c-rzqgsx,
    .ui-jjhlfw,
    .yva5q2,
    .is-z0g66d,
    .el-hcuu03,
    .is-ulzx70,
    .m-x10drf {
        grid-template-columns: 1fr;
    }
    
    .m-aiit2e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-pubpc3,
    .ui-r43abu,
    .x-m1myqu {
        flex-direction: column;
    }
    
    .c-wedi44 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .el-chqf13 {
        bottom: 20px;
        right: 20px;
    }
    
    .c-o6y6xh {
        display: none;
    }
    
    .js-cv7lvw {
        padding: 16px;
        border-radius: 50%;
    }
    
    .x-tu2o3i {
        grid-template-columns: 1fr;
    }
    
    .c-w18h3g {
        grid-template-columns: 1fr;
    }
    
    .ui-ggjlzj {
        flex-direction: column;
        gap: 12px;
    }
    
    .q08k03 {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-fpqm2h {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-o1ownw,
    .el-chqf13,
    .s-gguf8w,
    .c-hyn55i {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
