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

/* CSS Variables */
:root {
    --primary: #FFA000;
    --primary-dark: {{primary_color_dark}};
    --secondary: #1565C0;
    --accent: #ffd700;
    --bg-dark: #0a0a1a;
    --bg-card: #12122a;
    --bg-light: #1a1a3a;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --border-color: rgba(255, 255, 255, 0.1);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    --radius-sm: 8px;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

/* Container */
.s-dwmxlp {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

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

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

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

.ui-dfs1z6 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.m-ujcz94:hover,
.m-ujcz94.el-gsgn0t {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-pngjnq {
    width: 100%;
}

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

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

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

.el-xwdh79::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-km0nf8 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 120px 0 80px;
}

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

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

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

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

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

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

.x-fqwcjl {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._jidmyb {
    font-size: 24px;
}

.s-kntsjr {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.el-trtrra:hover .js-tkf96o img {
    transform: scale(1.1);
}

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

.x-bw8rqi {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-n7vd3r img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

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

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

.g0tlnv {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-gnmh24:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.is-v0a4uc.active .ui-uopem0 {
    transform: rotate(45deg);
}

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

.is-v0a4uc.active .is-d55p2t {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-bg62ci:hover ._mjnxms img {
    transform: scale(1.05);
}

.m-ao5joj {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ekz7be {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.ui-uez0f1 img {
    width: 48px;
    height: 48px;
}

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

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

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

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

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

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

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

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

.hsljnu {
    display: flex;
    gap: 12px;
}

.hsljnu img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.is-kbjfjd {
    font-size: 20px;
}

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

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

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

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

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

.js-zf9n8a .s-dwmxlp {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-hm7scg {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

.x-jshk1f {
    margin-bottom: 24px;
}

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

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

.x-bvrpzs {
    margin-bottom: 32px;
}

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

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

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

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

._njbwjq p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-vfzazo li:last-child,
._rllqqg li:last-child {
    border-bottom: none;
}

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

.x-vfzazo a:hover,
._rllqqg a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-a0gx0d h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

.c-setojv h3 {
    font-size: 16px;
    padding: 16px 16px 4px;
}

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

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

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

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

.x-pgct4k ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ui-dfs1z6 {
        display: none;
    }
    
    .x-wn7bkg {
        display: flex;
    }
    
    .x-ff0py0 {
        font-size: 40px;
    }
    
    .x-xfg496,
    .js-io5kc4,
    .m-vrrj14,
    ._yxe4og,
    .m-fd0g83,
    .m-qjx137,
    .m-x2l14x,
    .js-nq2s3m {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-jncagp,
    .fqo7ba,
    .wxy3xw,
    .el-x1kpn6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-tkmv8o,
    .s-dmtb9t,
    ._qvbdyo {
        grid-template-columns: 1fr;
    }
    
    .js-zwuj4i {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-pt5g8x,
    .el-wm4rnc {
        flex-direction: column;
        text-align: center;
    }
    
    .ui-sf2ko4,
    .el-zl5uk0 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .x-ff0py0 {
        font-size: 32px;
    }
    
    .c-rtdf0a,
    .qxso5i {
        font-size: 28px;
    }
    
    .x-xfg496,
    .js-io5kc4,
    .m-vrrj14,
    ._yxe4og,
    .m-fd0g83,
    .x-jncagp,
    .fqo7ba,
    .wxy3xw,
    .el-x1kpn6,
    .m-qjx137,
    .m-x2l14x,
    .js-nq2s3m {
        grid-template-columns: 1fr;
    }
    
    .js-zwuj4i {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .s-spx4ms,
    .is-oor6si,
    .s-ekz7be {
        flex-direction: column;
    }
    
    .ui-mqqalf {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .m-oxw61q {
        bottom: 20px;
        right: 20px;
    }
    
    .ui-crru1a {
        display: none;
    }
    
    .is-it7oqs {
        padding: 16px;
        border-radius: 50%;
    }
    
    ._zk7qeg {
        grid-template-columns: 1fr;
    }
    
    .n1x4cy {
        grid-template-columns: 1fr;
    }
    
    .q3bb7q {
        flex-direction: column;
        gap: 12px;
    }
    
    .js-myneoh {
        flex-direction: column;
        gap: 8px;
    }
    
    .ui-zgh8za {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .c-s9td8q,
    .m-oxw61q,
    .ui-g3pdgh,
    .m-e3yo89 {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
