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

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

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

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

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

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

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

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

.is-v8pimh:hover,
.is-v8pimh.is-h329ki {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-n9v0m1 {
    width: 100%;
}

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

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

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

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

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

.ui-q2lrbr {
    max-width: 700px;
}

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

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

.el-ekf6d9 {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

.is-zutzx3 {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-ska9it {
    font-size: 24px;
}

.is-z0izx2 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.js-rip4jo:hover ._yaefgk img {
    transform: scale(1.1);
}

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

.m-uqj0lm {
    padding: 20px;
}

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

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

.c-zt8as5 {
    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
   ======================================== */
._vqipwg {
    background: var(--bg-dark);
}

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

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

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

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

.js-bg7z3c {
    font-size: 18px;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

.x-fac5u0 {
    font-size: 14px;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-v1r81f.active .ui-xi9ec0 {
    transform: rotate(45deg);
}

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

.c-v1r81f.active .x-qxjpnn {
    max-height: 500px;
}

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

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

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

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

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

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

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

._x3mcal:hover .m-qbhqm4 img {
    transform: scale(1.05);
}

.is-n33x01 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-dt15hh {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.is-w5m619 img {
    width: 48px;
    height: 48px;
}

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

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

.c-xjxkur h4,
.j93p84 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.c-xjxkur ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

.s-cvk7y2 {
    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-cdt7hk {
    font-size: 20px;
}

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

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

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

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

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

.ui-ptbhtv .x-c024b3 {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-n988vh {
    margin: 16px 0 32px;
}

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

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

.s-s2zlsj {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.js-c511z1 {
    margin-bottom: 32px;
}

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

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

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

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

.m-mx541u p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

.ui-ys1fok h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.ui-ys1fok p {
    opacity: 0.9;
    margin-bottom: 20px;
}

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

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

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

.m-qhjez5 li:last-child,
.x-p02s4r li:last-child {
    border-bottom: none;
}

.m-qhjez5 a,
.x-p02s4r a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-qhjez5 a:hover,
.x-p02s4r a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-z2ginq 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-frrkh4 {
        display: none;
    }
    
    .c-h09dg6 {
        display: flex;
    }
    
    ._lbwtl2 {
        font-size: 40px;
    }
    
    .c-xw809n,
    .s-zcxofn,
    .is-a9m3ui,
    ._ju8iul,
    .x-ujx0zm,
    .is-cd5n6y,
    .nmdbyh,
    .z5uu9e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-b0lk6a,
    .x-gq2qlu,
    .js-hoxlkm,
    .x-nf2tvb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ui-c1t5qy,
    .is-rnxshw,
    .s-ds8q7b {
        grid-template-columns: 1fr;
    }
    
    .js-f3vrlg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-rf83fi,
    .el-us482m {
        flex-direction: column;
        text-align: center;
    }
    
    ._oqnwhc,
    .el-ebt6ti {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    ._lbwtl2 {
        font-size: 32px;
    }
    
    ._a0h553,
    .s-acsk5m {
        font-size: 28px;
    }
    
    .c-xw809n,
    .s-zcxofn,
    .is-a9m3ui,
    ._ju8iul,
    .x-ujx0zm,
    .ui-b0lk6a,
    .x-gq2qlu,
    .js-hoxlkm,
    .x-nf2tvb,
    .is-cd5n6y,
    .nmdbyh,
    .z5uu9e {
        grid-template-columns: 1fr;
    }
    
    .js-f3vrlg {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-ekf6d9,
    .el-zrdciz,
    .m-dt15hh {
        flex-direction: column;
    }
    
    .c-uq7274 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .s-aasytz {
        bottom: 20px;
        right: 20px;
    }
    
    ._st6yah {
        display: none;
    }
    
    .s-cvk7y2 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .is-obzte0 {
        grid-template-columns: 1fr;
    }
    
    ._ul7s3w {
        grid-template-columns: 1fr;
    }
    
    .el-hnro9k {
        flex-direction: column;
        gap: 12px;
    }
    
    .vt6982 {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-k7evou {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-qo9shf,
    .s-aasytz,
    .is-o97nu7,
    .is-dhm7uk {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
