* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

:root {
--primary-color: #9b4dca;
--secondary-color: #d946ef;
--accent-color: #f472b6;
--bg-dark: #1a0b2e;
--bg-light: #2d1b4e;
--text-color: #f8f8ff;
--text-muted: #c4b5d6;
--border-color: #4a2d6b;
--shadow: rgba(155, 77, 202, 0.3);
}

body {
font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-light) 100%);
color: var(--text-color);
line-height: 1.6;
min-height: 100vh;
}

.nav-bar-w9k2 {
background: rgba(26, 11, 46, 0.95);
backdrop-filter: blur(10px);
position: sticky;
top: 0;
z-index: 1000;
border-bottom: 2px solid var(--primary-color);
box-shadow: 0 4px 20px var(--shadow);
}

.nav-container-h4p7 {
max-width: 1200px;
margin: 0 auto;
padding: 1rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo-wrapper-t8q3 {
font-size: 1.5rem;
font-weight: bold;
color: var(--secondary-color);
display: flex;
align-items: center;
gap: 0.5rem;
}

.nav-menu-f6d1 {
display: flex;
list-style: none;
gap: 2rem;
}

.nav-menu-f6d1 a {
color: var(--text-color);
text-decoration: none;
transition: all 0.3s ease;
padding: 0.5rem 1rem;
border-radius: 5px;
}

.nav-menu-f6d1 a:hover {
color: var(--secondary-color);
background: rgba(217, 70, 239, 0.1);
}

.mobile-toggle-r2v5 {
display: none;
background: none;
border: 2px solid var(--primary-color);
color: var(--primary-color);
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem 1rem;
border-radius: 5px;
transition: all 0.3s ease;
}

.mobile-toggle-r2v5:hover {
background: var(--primary-color);
color: white;
}

.hero-section-m3n8 {
padding: 3rem 2rem;
min-height: 400px;
display: flex;
align-items: center;
justify-content: center;
}

.hero-content-k7s4 {
max-width: 1200px;
width: 100%;
}

.game-header-y5t9 {
background: rgba(45, 27, 78, 0.8);
border: 2px solid var(--primary-color);
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 10px 40px var(--shadow);
display: flex;
gap: 2rem;
align-items: center;
}

.game-icon-box-l1w6 {
flex-shrink: 0;
}

.game-icon-box-l1w6 img {
width: 120px;
height: 120px;
border-radius: 20px;
border: 3px solid var(--primary-color);
object-fit: cover;
box-shadow: 0 5px 20px var(--shadow);
}

.game-info-p4x2 {
flex: 1;
}

.game-title-z8n5 {
font-size: 2.5rem;
color: var(--secondary-color);
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.8rem;
}

.game-tags-a9b3 {
display: flex;
gap: 0.8rem;
margin-bottom: 1.2rem;
flex-wrap: wrap;
}

.tag-j2m7 {
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
padding: 0.4rem 1rem;
border-radius: 20px;
font-size: 0.9rem;
display: inline-flex;
align-items: center;
gap: 0.4rem;
box-shadow: 0 2px 10px var(--shadow);
}

.game-short-desc-c5v8 {
color: var(--text-muted);
font-size: 1.1rem;
margin-bottom: 1.5rem;
line-height: 1.8;
}

.download-btn-x4r1 {
background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
color: white;
border: none;
padding: 1rem 2.5rem;
font-size: 1.2rem;
font-weight: bold;
border-radius: 50px;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 0.8rem;
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(217, 70, 239, 0.4);
}

.download-btn-x4r1:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(217, 70, 239, 0.6);
}

.main-content-q6w9 {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}

.section-e3u7 {
padding: 4rem 0;
}

.alt-bg-u9h5 {
background: rgba(45, 27, 78, 0.3);
margin: 2rem 0;
border-radius: 20px;
}

.container-d8k2 {
max-width: 1000px;
margin: 0 auto;
}

.section-title-f1p5 {
font-size: 2.2rem;
color: var(--secondary-color);
margin-bottom: 2rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 0.8rem;
}

.content-block-v7n4 {
background: rgba(26, 11, 46, 0.5);
padding: 2.5rem;
border-radius: 15px;
border: 1px solid var(--border-color);
}

.content-block-v7n4 p {
margin-bottom: 1.5rem;
font-size: 1.1rem;
line-height: 1.9;
color: var(--text-muted);
}

.content-image-s2b6 {
width: 100%;
max-width: 800px;
height: auto;
border-radius: 15px;
margin: 2rem auto;
display: block;
border: 2px solid var(--primary-color);
box-shadow: 0 8px 30px var(--shadow);
object-fit: cover;
}

.character-section-m8q4 {
margin: 2.5rem 0;
padding: 2rem;
background: rgba(45, 27, 78, 0.5);
border-radius: 15px;
border-left: 4px solid var(--secondary-color);
}

.character-section-m8q4 h3 {
color: var(--accent-color);
font-size: 1.8rem;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.6rem;
}

.features-grid-a7c9 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
padding: 2rem 0;
}

.feature-card-t6j8 {
background: rgba(26, 11, 46, 0.6);
padding: 2rem;
border-radius: 15px;
border: 2px solid var(--border-color);
transition: all 0.3s ease;
text-align: center;
}

.feature-card-t6j8:hover {
transform: translateY(-5px);
border-color: var(--primary-color);
box-shadow: 0 10px 30px var(--shadow);
}

.feature-icon-w3p1 {
font-size: 3rem;
color: var(--secondary-color);
margin-bottom: 1rem;
}

.feature-card-t6j8 h3 {
color: var(--accent-color);
font-size: 1.5rem;
margin-bottom: 1rem;
}

.feature-card-t6j8 p {
color: var(--text-muted);
line-height: 1.7;
}

.gallery-grid-b5n7 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
padding: 2rem 0;
}

.gallery-item-k3s9 {
border-radius: 15px;
overflow: hidden;
border: 2px solid var(--border-color);
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.gallery-item-k3s9:hover {
transform: scale(1.05);
border-color: var(--primary-color);
box-shadow: 0 10px 40px var(--shadow);
}

.gallery-item-k3s9 img {
width: 100%;
height: 250px;
object-fit: cover;
display: block;
}

.articles-list-w7m3 {
display: grid;
gap: 2rem;
padding: 2rem 0;
}

.article-card-p9v6 {
background: rgba(26, 11, 46, 0.6);
padding: 2rem;
border-radius: 15px;
border: 2px solid var(--border-color);
transition: all 0.3s ease;
}

.article-card-p9v6:hover {
border-color: var(--primary-color);
box-shadow: 0 8px 25px var(--shadow);
}

.article-card-p9v6 h3 {
font-size: 1.6rem;
margin-bottom: 0.8rem;
}

.article-card-p9v6 h3 a {
color: var(--secondary-color);
text-decoration: none;
transition: color 0.3s ease;
}

.article-card-p9v6 h3 a:hover {
color: var(--accent-color);
}

.article-meta-z4k8 {
color: var(--text-muted);
font-size: 0.9rem;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
}

.article-card-p9v6 p {
color: var(--text-muted);
margin-bottom: 1rem;
line-height: 1.7;
}

.read-more-n2q7 {
color: var(--primary-color);
text-decoration: none;
font-weight: bold;
display: inline-flex;
align-items: center;
gap: 0.5rem;
transition: all 0.3s ease;
}

.read-more-n2q7:hover {
color: var(--secondary-color);
gap: 0.8rem;
}

.links-grid-h6t2 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
padding: 2rem 0;
}

.link-item-y8p3 {
background: rgba(26, 11, 46, 0.6);
padding: 1.5rem;
border-radius: 10px;
border: 2px solid var(--border-color);
text-align: center;
color: var(--text-color);
text-decoration: none;
transition: all 0.3s ease;
display: block;
}

.link-item-y8p3:hover {
border-color: var(--primary-color);
background: rgba(155, 77, 202, 0.2);
transform: translateY(-3px);
box-shadow: 0 5px 20px var(--shadow);
}

.footer-x5z1 {
background: rgba(26, 11, 46, 0.95);
border-top: 2px solid var(--primary-color);
padding: 2.5rem 2rem;
margin-top: 4rem;
text-align: center;
}

.footer-note-w9k5 {
color: var(--text-muted);
font-size: 0.9rem;
margin-top: 0.8rem;
}

@media (max-width: 968px) {
.nav-menu-f6d1 {
display: none;
flex-direction: column;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: rgba(26, 11, 46, 0.98);
padding: 1rem;
gap: 0;
border-bottom: 2px solid var(--primary-color);
}

.nav-menu-f6d1.active {
display: flex;
}

.nav-menu-f6d1 li {
width: 100%;
}

.nav-menu-f6d1 a {
display: block;
padding: 1rem;
border-bottom: 1px solid var(--border-color);
}

.mobile-toggle-r2v5 {
display: block;
}

.game-header-y5t9 {
flex-direction: column;
text-align: center;
padding: 2rem 1.5rem;
}

.game-title-z8n5 {
font-size: 2rem;
justify-content: center;
}

.game-tags-a9b3 {
justify-content: center;
}

.features-grid-a7c9,
.gallery-grid-b5n7 {
grid-template-columns: 1fr;
}

.gallery-item-k3s9 img {
height: 200px;
}

.links-grid-h6t2 {
grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {
.nav-container-h4p7 {
padding: 1rem;
}

.hero-section-m3n8 {
padding: 2rem 1rem;
}

.section-title-f1p5 {
font-size: 1.8rem;
}

.content-block-v7n4 {
padding: 1.5rem;
}

.game-title-z8n5 {
font-size: 1.7rem;
flex-wrap: wrap;
}

.game-icon-box-l1w6 img {
width: 100px;
height: 100px;
}

.download-btn-x4r1 {
width: 100%;
justify-content: center;
}
}


