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

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

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

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

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

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

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

.el-kl5b9x {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.dkh4yl:hover,
.dkh4yl.m-bq8gfy {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

.x-iky9xc {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius);
    box-shadow: 0 4px 15px rgba(var(--primary), 0.4);
    transition: var(--transition);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._jt7ere {
    width: 100%;
}

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

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

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

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

.cpqacg {
    max-width: 700px;
}

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

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

.js-sz55ll {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-pq7siv {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.m-hk1rm1 {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.is-xrqa1b:hover .c-uj8b09 img {
    transform: scale(1.1);
}

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

.ebhdh2 {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-ygn91r:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.x-v2w779.active .ui-c14p9z {
    transform: rotate(45deg);
}

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

.x-v2w779.active .js-ofwopm {
    max-height: 500px;
}

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

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

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

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

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

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

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

.js-fkr41m:hover .js-js6dem img {
    transform: scale(1.05);
}

.x-t3pd6l {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w305ll {
    text-align: center;
}

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

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

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

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

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

.s-xbk04t img {
    width: 48px;
    height: 48px;
}

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

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

.gcio1w h4,
.x-hd9yyg h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.js-z3gun7 {
    display: flex;
    gap: 12px;
}

.js-z3gun7 img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.tf7vyp {
    font-size: 20px;
}

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

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

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

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

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

.m-d0vw4o .m-de0qef {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ucaave {
    margin-bottom: 24px;
}

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

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

.s-ufrvsq {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-jqwnoa li:last-child,
.s-d5mhw8 li:last-child {
    border-bottom: none;
}

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

.s-jqwnoa a:hover,
.s-d5mhw8 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-znppai ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .el-kl5b9x {
        display: none;
    }
    
    .m-p5ix8q {
        display: flex;
    }
    
    .el-xd8qbu {
        font-size: 40px;
    }
    
    .c-mcxoxn,
    .c-oqh28u,
    .s-brd8c3,
    .ui-x9z08p,
    .m-scilkg,
    .js-o8c7pt,
    ._s2iy4p,
    .is-k1wzg1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .x-t8lt7s,
    .is-s7xsp5,
    .is-st9gbh,
    .ui-u6ssvx {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-sqx60k,
    .is-xskc2n,
    .m-w5ehb9 {
        grid-template-columns: 1fr;
    }
    
    .ui-w3av5a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-gurdaq,
    ._ae076h {
        flex-direction: column;
        text-align: center;
    }
    
    .yyxssn,
    .ui-p5rm0v {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .el-xd8qbu {
        font-size: 32px;
    }
    
    .ui-oqwh3w,
    .c-o7ck54 {
        font-size: 28px;
    }
    
    .c-mcxoxn,
    .c-oqh28u,
    .s-brd8c3,
    .ui-x9z08p,
    .m-scilkg,
    .x-t8lt7s,
    .is-s7xsp5,
    .is-st9gbh,
    .ui-u6ssvx,
    .js-o8c7pt,
    ._s2iy4p,
    .is-k1wzg1 {
        grid-template-columns: 1fr;
    }
    
    .ui-w3av5a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-sz55ll,
    .el-bs9ht4,
    .is-s0gqjm {
        flex-direction: column;
    }
    
    .c-v62gcu {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._v1wc00 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-l2w965 {
        display: none;
    }
    
    .ui-n3b97y {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-jumo1w {
        grid-template-columns: 1fr;
    }
    
    ._jsat0r {
        grid-template-columns: 1fr;
    }
    
    .m-b2ksoa {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-yj6sqj {
        flex-direction: column;
        gap: 8px;
    }
    
    .x-edzcby {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .ui-uu8xp0,
    ._v1wc00,
    .is-zirf3g,
    .ui-fvzgrh {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
