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

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

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

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

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

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

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

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

.el-lh8pqh:hover,
.el-lh8pqh.viv0as {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-y5ftbj {
    width: 100%;
}

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

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

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

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

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

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

.is-d5us45 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.ui-y65u1s {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

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

.ui-i7l87f {
    text-align: center;
    margin-bottom: 48px;
}

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

.x-ncaa02 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

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

.x-hf1ng9 {
    text-align: center;
    padding: 24px;
}

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

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

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

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

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

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

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

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

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

.did8n0 {
    font-size: 24px;
}

.el-w5tb75 {
    position: relative;
}

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

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

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

.s-yo9f93 {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.c-yz9gii:hover .x-q6hdcx img {
    transform: scale(1.1);
}

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

.js-gojuo1 {
    padding: 20px;
}

.js-gojuo1 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

.js-l0jloy {
    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-z2py3t {
    background: var(--bg-dark);
}

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

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

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

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

.c-v5tz90 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.el-nr0r0r {
    text-align: center;
}

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

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

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

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

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

.x-ffqdgz img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-i3vzqg {
    color: var(--accent);
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-pfy19m {
    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-pfy19m:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.el-ove7l3.active .is-v7snmf {
    transform: rotate(45deg);
}

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

.el-ove7l3.active .s-ctv3n9 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.ui-yg4gn4:hover ._qohz7p img {
    transform: scale(1.05);
}

._lmxvkh {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ld53d0 {
    text-align: center;
}

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

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

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

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

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

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

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

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

.el-jlc5gg h4,
.s-ta1qsv h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-ih9zqf {
    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-sv8d9q {
    font-size: 20px;
}

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

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

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

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

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

.c-kcdrwl .c-zjeaay {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-szhoju {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-fr514l {
    margin-bottom: 24px;
}

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

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

._pt6bbg {
    margin-bottom: 32px;
}

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

.c-uqqukk {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.c-uqqukk p {
    margin-bottom: 16px;
}

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

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

.c-uqqukk li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

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

.m-drvcbd li:last-child,
.bpihad li:last-child {
    border-bottom: none;
}

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

.m-drvcbd a:hover,
.bpihad a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-m4s9su 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-rvdfw9 {
        display: none;
    }
    
    .s-h7az01 {
        display: flex;
    }
    
    .is-d5us45 {
        font-size: 40px;
    }
    
    .m-jxoy6x,
    .js-cylon9,
    .el-qilfjv,
    .ui-b0ldu0,
    .c-pco6q1,
    .c-vgt0mm,
    .js-efhgsc,
    .s-ot1f5k {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-y6ddkv,
    ._eaypv1,
    .ghsscx,
    .c-kuzw6x {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-uie5pf,
    .js-pzj254,
    ._cxfuh8 {
        grid-template-columns: 1fr;
    }
    
    .el-a2d0pa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .y2hfv4,
    .x-lcktm6 {
        flex-direction: column;
        text-align: center;
    }
    
    .m-i2vfah,
    .ui-xt33we {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .is-d5us45 {
        font-size: 32px;
    }
    
    .x-ncaa02,
    .s-j1ezhq {
        font-size: 28px;
    }
    
    .m-jxoy6x,
    .js-cylon9,
    .el-qilfjv,
    .ui-b0ldu0,
    .c-pco6q1,
    .x-y6ddkv,
    ._eaypv1,
    .ghsscx,
    .c-kuzw6x,
    .c-vgt0mm,
    .js-efhgsc,
    .s-ot1f5k {
        grid-template-columns: 1fr;
    }
    
    .el-a2d0pa {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .x-tpih2n,
    .y7dili,
    .rk3qqj {
        flex-direction: column;
    }
    
    .el-rb8foy {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .tci90i {
        bottom: 20px;
        right: 20px;
    }
    
    .cazvvd {
        display: none;
    }
    
    .el-ih9zqf {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-ipgcc4 {
        grid-template-columns: 1fr;
    }
    
    .s-b6rvpy {
        grid-template-columns: 1fr;
    }
    
    .ui-u28wxw {
        flex-direction: column;
        gap: 12px;
    }
    
    .el-d51iqa {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-mkln6l {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-xl1k9n,
    .tci90i,
    .ui-egqfir,
    .ui-kl6aak {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
