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

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

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

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

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

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

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

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

.x-mw1h5q:hover,
.x-mw1h5q.ui-yghywa {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.el-iqbxbd {
    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-iqbxbd:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--primary), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ajorve {
    width: 100%;
}

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

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

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

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

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

.c-dgcutp {
    max-width: 700px;
}

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

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

.js-udm3tz {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.js-wd89mz {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vvka53 {
    font-size: 24px;
}

.ya62wz {
    position: relative;
}

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

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

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

.c-xktmg6 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.ui-vhqzph:hover .m-lirhrh img {
    transform: scale(1.1);
}

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

.ui-txuxxs {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-awg47e {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.is-x2l27b {
    display: flex;
    align-items: center;
    gap: 16px;
}

.m-ban253 {
    font-size: 32px;
}

.is-x2l27b h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-u70rqk {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-m1d6w0:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.vsa86y.active .s-ynlyru {
    transform: rotate(45deg);
}

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

.vsa86y.active .m-vm17wt {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-a1belf:hover .c-sgxo8c img {
    transform: scale(1.05);
}

.x-ij2wer {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qtq4cl {
    text-align: center;
}

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

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

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

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

.js-kjg28a {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.js-kjg28a img {
    width: 48px;
    height: 48px;
}

.js-kjg28a span {
    font-size: 20px;
    font-weight: 700;
}

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

.m-emgd7b h4,
.js-j5rjug h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-x30bnf {
    display: flex;
    gap: 12px;
}

.js-x30bnf img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.hrain3 {
    font-size: 20px;
}

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

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

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

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

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

.ui-v4gnlw .s-rf4f0h {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

._g03wi0 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-twdvm5 {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.js-twdvm5 p {
    margin-bottom: 16px;
}

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

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

.js-twdvm5 li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.x-q2vqcy li,
.x-xnjz48 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.x-q2vqcy li:last-child,
.x-xnjz48 li:last-child {
    border-bottom: none;
}

.x-q2vqcy a,
.x-xnjz48 a {
    font-size: 14px;
    color: var(--text-secondary);
}

.x-q2vqcy a:hover,
.x-xnjz48 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-rq9mbt {
        display: none;
    }
    
    .m-zwcor1 {
        display: flex;
    }
    
    .el-lc9nz8 {
        font-size: 40px;
    }
    
    .x-m85zhu,
    ._sotvdl,
    .el-htj0np,
    .el-jnh2hu,
    .x-e140f6,
    .is-vnclll,
    .is-yispgl,
    .c-baejfd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .c-z6qyyu,
    .js-bn58wa,
    .ui-ph18c1,
    .el-fth5rc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-x125df,
    .mpamfb,
    .js-kvryqg {
        grid-template-columns: 1fr;
    }
    
    .el-tc9mnd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-hz0137,
    ._p3pqpq {
        flex-direction: column;
        text-align: center;
    }
    
    .fmij9c,
    .go1q8b {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-lc9nz8 {
        font-size: 32px;
    }
    
    .js-e2e67g,
    .ui-k8muvy {
        font-size: 28px;
    }
    
    .x-m85zhu,
    ._sotvdl,
    .el-htj0np,
    .el-jnh2hu,
    .x-e140f6,
    .c-z6qyyu,
    .js-bn58wa,
    .ui-ph18c1,
    .el-fth5rc,
    .is-vnclll,
    .is-yispgl,
    .c-baejfd {
        grid-template-columns: 1fr;
    }
    
    .el-tc9mnd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-udm3tz,
    .js-eighoa,
    .js-h85o4f {
        flex-direction: column;
    }
    
    .c-sr24k9 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-s6cc5b {
        bottom: 20px;
        right: 20px;
    }
    
    .el-ibqxbc {
        display: none;
    }
    
    .m-r71ua1 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-dp74h2 {
        grid-template-columns: 1fr;
    }
    
    .s-ylsz4t {
        grid-template-columns: 1fr;
    }
    
    .s-hk79x6 {
        flex-direction: column;
        gap: 12px;
    }
    
    .ui-plj4yl {
        flex-direction: column;
        gap: 8px;
    }
    
    .js-h4hkws {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .js-kowt59,
    .s-s6cc5b,
    .m-n1ovwh,
    .ui-n8suq5 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
