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

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

/* ========================================
   Header & Navigation
   ======================================== */
.s-ecyzyw {
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

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

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

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

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

.x-jsc8i5 {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Buttons
   ======================================== */
.x-hkf72c {
    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-lwv9un {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

.is-of2mjp {
    width: 100%;
}

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

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

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

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

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

.js-n103w9 {
    max-width: 700px;
}

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

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

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

.js-ds0ga2 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.js-qel0x4 {
    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-n7965p {
    text-align: center;
    margin-bottom: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-ynhp4i {
    font-size: 24px;
}

._edl87k {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

._mceoqm:hover .is-bbuvdb img {
    transform: scale(1.1);
}

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

.js-qbprfx {
    padding: 20px;
}

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

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

.el-v4rt1y {
    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-d4ddsp {
    background: var(--bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-fefupn {
    display: flex;
    justify-content: center;
    gap: 48px;
}

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

.m-wq85nd {
    font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._xvgcto {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._uthr18:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

._zuavvi.active .c-uehgbw {
    transform: rotate(45deg);
}

.ui-ypu8fy {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

._zuavvi.active .ui-ypu8fy {
    max-height: 500px;
}

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

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

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

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

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

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

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

.is-bovb1g:hover .m-yeeskq img {
    transform: scale(1.05);
}

.ui-pzlv2i {
    padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-likyra {
    display: flex;
    gap: 16px;
}

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

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

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

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

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

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

.el-nob63h img {
    width: 48px;
    height: 48px;
}

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

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

.ozk6ou h4,
.s-qfb2g9 h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

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

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

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

.ui-uiutpv {
    display: flex;
    gap: 12px;
}

.ui-uiutpv img {
    width: 40px;
    height: 40px;
    opacity: 0.7;
}

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

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

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

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

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

.nknx1j {
    font-size: 20px;
}

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

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

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

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

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

.s-rmvwet .is-oxc0tn {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-k57uls {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-qx2uur {
    margin-bottom: 32px;
}

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

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

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

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

.ui-pzam0r p {
    margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.m-cn8wgy li,
.js-v39fns li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.m-cn8wgy li:last-child,
.js-v39fns li:last-child {
    border-bottom: none;
}

.m-cn8wgy a,
.js-v39fns a {
    font-size: 14px;
    color: var(--text-secondary);
}

.m-cn8wgy a:hover,
.js-v39fns a:hover {
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .x-jsc8i5 {
        display: none;
    }
    
    .xez35w {
        display: flex;
    }
    
    .s-rpkchc {
        font-size: 40px;
    }
    
    .js-xn0xeq,
    .c-kzcu7t,
    .x-pjp34d,
    .x-yp3mhz,
    .m-bb8693,
    .c-aa9bb5,
    .tvl8g6,
    .c-kzdm05 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-gjbm9j,
    .s-dr523c,
    ._id3rfs,
    .v7ctm1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .m-jzuv4o,
    .el-h146q3,
    .s-tvzyop {
        grid-template-columns: 1fr;
    }
    
    ._xexh0f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .qz1b1u,
    .is-eqormw {
        flex-direction: column;
        text-align: center;
    }
    
    .is-zlaqme,
    .is-fefupn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .s-rpkchc {
        font-size: 32px;
    }
    
    .el-r6sodb,
    .is-wh27ps {
        font-size: 28px;
    }
    
    .js-xn0xeq,
    .c-kzcu7t,
    .x-pjp34d,
    .x-yp3mhz,
    .m-bb8693,
    .m-gjbm9j,
    .s-dr523c,
    ._id3rfs,
    .v7ctm1,
    .c-aa9bb5,
    .tvl8g6,
    .c-kzdm05 {
        grid-template-columns: 1fr;
    }
    
    ._xexh0f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .el-h2uquw,
    .js-ifqsai,
    .x-likyra {
        flex-direction: column;
    }
    
    .el-veikdr {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .is-ee9sa2 {
        bottom: 20px;
        right: 20px;
    }
    
    .x-m47b79 {
        display: none;
    }
    
    .x-d53swy {
        padding: 16px;
        border-radius: 50%;
    }
    
    .ui-g6vut4 {
        grid-template-columns: 1fr;
    }
    
    .c-dorfhs {
        grid-template-columns: 1fr;
    }
    
    .u4buyr {
        flex-direction: column;
        gap: 12px;
    }
    
    .is-xvwmz5 {
        flex-direction: column;
        gap: 8px;
    }
    
    .el-ql1l42 {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ========================================
   Print Styles
   ======================================== */
@media print {
    .s-ecyzyw,
    .is-ee9sa2,
    .el-jb3usa,
    .x-xyzvpr {
        display: none;
    }
    
    body {
        background: #fff;
        color: #000;
    }
}
