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

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

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

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

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

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

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

.is-k7wkkj {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.c-k294cn:hover,
.c-k294cn.ui-st6ek2 {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-o9wzf8 {
    width: 100%;
}

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

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

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

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

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

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

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

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

.is-tmp0w5 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

.s-fxday3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ========================================
   Section Styles
   ======================================== */
section {
    padding: 80px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-wxdj6l {
    position: relative;
}

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

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

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

.js-v5svqk {
    font-size: 14px;
    opacity: 0.9;
}

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

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

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

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

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

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

.js-db1y2b:hover .m-ceul9f img {
    transform: scale(1.1);
}

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

.el-x1vhot {
    padding: 20px;
}

.el-x1vhot h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.ui-w5w4tv {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._pusr0a {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wz5yu9.active .m-c8xb5w {
    transform: rotate(45deg);
}

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

._wz5yu9.active .el-ani4x0 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.el-qkq6i0:hover .m-on9zn9 img {
    transform: scale(1.05);
}

.el-z7vnce {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._h1a6zi img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-yjdy55 {
    font-size: 20px;
}

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

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

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

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

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

.x-mbjnqj ._v3iiq9 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.s-qhvhlm {
    margin: 16px 0 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.is-bloawa {
    margin-bottom: 24px;
}

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

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

._zi5cga {
    margin-bottom: 32px;
}

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

.el-m8hc3u {
    line-height: 1.9;
    color: var(--text-secondary);
}

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

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

.el-m8hc3u p {
    margin-bottom: 16px;
}

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

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

.el-m8hc3u li {
    margin-bottom: 8px;
    list-style: disc;
}

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

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

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

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

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

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

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

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

.sq0uxc li,
.el-do25p4 li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.sq0uxc li:last-child,
.el-do25p4 li:last-child {
    border-bottom: none;
}

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

.sq0uxc a:hover,
.el-do25p4 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .is-k7wkkj {
        display: none;
    }
    
    .s-r92uxk {
        display: flex;
    }
    
    .s-g40wum {
        font-size: 40px;
    }
    
    .x-czrjp8,
    .js-pwe97h,
    .x-hmqqt0,
    .s-vp5nfs,
    .u9itil,
    .is-thq5aq,
    .s-jr87u1,
    .is-k1xaz3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-jfbwh8,
    .el-mzalzl,
    .ui-q73es6,
    .is-na6dmu {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .is-g5vrm5,
    .is-mthkmj,
    .m-s6u1ae {
        grid-template-columns: 1fr;
    }
    
    .is-e8xgo9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-bd5f5e,
    .js-db0cwo {
        flex-direction: column;
        text-align: center;
    }
    
    .wg7e4c,
    .x-yjkvwj {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-g40wum {
        font-size: 32px;
    }
    
    .t5swuh,
    .is-bp18i1 {
        font-size: 28px;
    }
    
    .x-czrjp8,
    .js-pwe97h,
    .x-hmqqt0,
    .s-vp5nfs,
    .u9itil,
    .x-jfbwh8,
    .el-mzalzl,
    .ui-q73es6,
    .is-na6dmu,
    .is-thq5aq,
    .s-jr87u1,
    .is-k1xaz3 {
        grid-template-columns: 1fr;
    }
    
    .is-e8xgo9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .is-tmp0w5,
    .xj3gf4,
    ._phrksa {
        flex-direction: column;
    }
    
    .x-od0bmo {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .bpy4ta {
        bottom: 20px;
        right: 20px;
    }
    
    .s-k2tbc6 {
        display: none;
    }
    
    .ui-jankre {
        padding: 16px;
        border-radius: 50%;
    }
    
    .el-lmm0ib {
        grid-template-columns: 1fr;
    }
    
    .ui-n7k2z4 {
        grid-template-columns: 1fr;
    }
    
    .s-r0ekl8 {
        flex-direction: column;
        gap: 12px;
    }
    
    ._x8tsej {
        flex-direction: column;
        gap: 8px;
    }
    
    .s-ouoq03 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .rrbwh1,
    .bpy4ta,
    .d8h0up,
    .s-kawv4s {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
