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

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

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

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

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

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

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

.c-c4lo5e {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.is-nqoxv8:hover,
.is-nqoxv8.c-akpwut {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-pwzir0 {
    width: 100%;
}

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

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

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

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

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

._iowohs {
    max-width: 700px;
}

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

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

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

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

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

.js-lcu90d {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._dzz43h {
    font-size: 24px;
}

.s-r9fawf {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.s-u1ces3:hover ._s2dizo img {
    transform: scale(1.1);
}

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

.js-v4o3ds {
    padding: 20px;
}

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

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

.s-j06n9y {
    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
   ======================================== */
.s-k7g1ou {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-nyvvzi img {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

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

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

.c-yb7z6u {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

._tzoiv3 {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-bycgq6 a {
    color: var(--primary);
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-enpsxg:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

.s-mjn2xs.active .s-o6tmj6 {
    transform: rotate(45deg);
}

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

.s-mjn2xs.active .x-f3qlp1 {
    max-height: 500px;
}

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

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

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

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

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

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

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

.m-lz4a5r:hover .el-qz8rvc img {
    transform: scale(1.05);
}

.s-m5z6qx {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xmf022 h4,
.ui-dqsveh h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.s-devldf {
    display: flex;
    gap: 12px;
}

.s-devldf img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.c-saqzen {
    font-size: 20px;
}

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

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

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

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

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

.js-byq0n8 .q6gtar {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cgdtg8 {
    margin-bottom: 24px;
}

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

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

.is-z56mzq {
    margin-bottom: 32px;
}

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

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

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

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

.s-o7igxh p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._d7ia96 li:last-child,
.s-ahub68 li:last-child {
    border-bottom: none;
}

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

._d7ia96 a:hover,
.s-ahub68 a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

.el-uecqsv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-w7a37c ul {
    margin-bottom: 24px;
}

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .c-c4lo5e {
        display: none;
    }
    
    .el-f8e5ua {
        display: flex;
    }
    
    .m-umqac3 {
        font-size: 40px;
    }
    
    .c-pvxc3m,
    ._fx0o59,
    .ui-dxx2sj,
    .m-as37d4,
    .c-ctnjef,
    ._u4aoxt,
    .s-m6uh1q,
    .js-cds2uv {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .s-wfvxea,
    .m-xbuz11,
    .m-r7gsfc,
    .s-fcisv3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .el-b1s050,
    .el-awooiz,
    .js-ofhyui {
        grid-template-columns: 1fr;
    }
    
    .c-ggrtd2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-qs6061,
    .ui-p90mz7 {
        flex-direction: column;
        text-align: center;
    }
    
    ._wtwpae,
    .c-yb7z6u {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .m-umqac3 {
        font-size: 32px;
    }
    
    ._b218o4,
    .x-gqvilz {
        font-size: 28px;
    }
    
    .c-pvxc3m,
    ._fx0o59,
    .ui-dxx2sj,
    .m-as37d4,
    .c-ctnjef,
    .s-wfvxea,
    .m-xbuz11,
    .m-r7gsfc,
    .s-fcisv3,
    ._u4aoxt,
    .s-m6uh1q,
    .js-cds2uv {
        grid-template-columns: 1fr;
    }
    
    .c-ggrtd2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .js-ohnnzp,
    .is-lu18m4,
    .is-vccr7s {
        flex-direction: column;
    }
    
    .is-v5fzjq {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    ._p15907 {
        bottom: 20px;
        right: 20px;
    }
    
    .el-fypm7b {
        display: none;
    }
    
    .is-c8xni5 {
        padding: 16px;
        border-radius: 50%;
    }
    
    .c-uiwtnj {
        grid-template-columns: 1fr;
    }
    
    .el-zbc3y1 {
        grid-template-columns: 1fr;
    }
    
    .el-ykszzk {
        flex-direction: column;
        gap: 12px;
    }
    
    .e5onzu {
        flex-direction: column;
        gap: 8px;
    }
    
    .c-ahzozr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .is-omf49f,
    ._p15907,
    .is-cjxi0d,
    ._tcq3at {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
