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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-wmrorc {
    width: 100%;
}

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

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

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

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

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

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

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

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

.ui-sktvg9 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.is-e59j9x {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

.m-gp0nit {
    text-align: center;
    margin-bottom: 48px;
}

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

.m-uopk3h {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-q5elg1 {
    font-size: 24px;
}

.m-gjgzak {
    position: relative;
}

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

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

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

.is-nwa78o {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

._dbtlrq:hover ._muvscx img {
    transform: scale(1.1);
}

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

.m-thu0wo {
    padding: 20px;
}

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

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

.m-nk7uiw {
    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-v48k8f {
    background: var(--bg-dark);
}

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

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

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

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

.m-znksre {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-yiudr1 img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.c-qql7zy {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ctaxhm {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-v5aixf {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.ui-ooblf3:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-ic9w42.active .js-rk4wxq {
    transform: rotate(45deg);
}

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

.is-ic9w42.active .m-iwzki3 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-veo1z1:hover .el-g9wfuy img {
    transform: scale(1.05);
}

.c-h3dyva {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-y1uwre {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

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

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

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

.s-jh85bp h4,
.mk89t2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.x-wh5j7f {
    display: flex;
    gap: 12px;
}

.x-wh5j7f img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.x-bzozba {
    font-size: 20px;
}

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

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

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

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

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

.s-m4pzjn .ui-sz3cia {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-k2s0w5 {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-uqij8c {
    margin-bottom: 24px;
}

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

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

._e97s1r {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ksk8qq li,
.s-bqr07g li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.ksk8qq li:last-child,
.s-bqr07g li:last-child {
    border-bottom: none;
}

.ksk8qq a,
.s-bqr07g a {
    font-size: 14px;
    color: var(--text-secondary);
}

.ksk8qq a:hover,
.s-bqr07g a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-p5esyz ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .m-xisyxw {
        display: none;
    }
    
    .m-bdi7wu {
        display: flex;
    }
    
    .s-o89fz0 {
        font-size: 40px;
    }
    
    .c-vhneni,
    .el-mg9eww,
    .m-yc9vqk,
    .ui-kwj08e,
    .ui-zxjakz,
    .x-kwlcbo,
    .is-dwykdq,
    .ui-z4ah68 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-rw1ex6,
    .m-dj5c90,
    .kymwcy,
    .c-ecvz5i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-b28gpu,
    .b67p27,
    .m-tiwo1f {
        grid-template-columns: 1fr;
    }
    
    .x-s6oscz {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-ousaq1,
    .x-ohjq4c {
        flex-direction: column;
        text-align: center;
    }
    
    .el-maz94y,
    .m-hw2ets {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-o89fz0 {
        font-size: 32px;
    }
    
    .m-uopk3h,
    .m-re8cy3 {
        font-size: 28px;
    }
    
    .c-vhneni,
    .el-mg9eww,
    .m-yc9vqk,
    .ui-kwj08e,
    .ui-zxjakz,
    .ui-rw1ex6,
    .m-dj5c90,
    .kymwcy,
    .c-ecvz5i,
    .x-kwlcbo,
    .is-dwykdq,
    .ui-z4ah68 {
        grid-template-columns: 1fr;
    }
    
    .x-s6oscz {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ui-sktvg9,
    .m-pww44e,
    .el-y1uwre {
        flex-direction: column;
    }
    
    .ui-blbn1a {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .js-qc29ng {
        bottom: 20px;
        right: 20px;
    }
    
    .m-u6e49u {
        display: none;
    }
    
    .m-mw94u0 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .tkencu {
        grid-template-columns: 1fr;
    }
    
    .c-beinc7 {
        grid-template-columns: 1fr;
    }
    
    .m-dg9sjw {
        flex-direction: column;
        gap: 12px;
    }
    
    ._miu924 {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-a3t3cf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .x-wbie30,
    .js-qc29ng,
    .s-h0ltce,
    .a6ilnz {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
