.game-character-guide {
max-width: 800px;
margin: 0 auto;
font-family: 'Segoe UI', Arial, sans-serif;
}
.character-splash, .character-model {
text-align: center;
margin: 20px 0;
}
.character-splash img, .character-model img {
max-width: 100%;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(255, 100,100,0.2);
}
.section-title {
color: #e74c3c;
border-bottom: 2px dashed #e74c3c;
padding-bottom: 8px;
}
.character-name {
color: #c0392b;
text-align: center;
font-size: 1.8em;
}
.lore-text {
background: rgba(231, 76, 60, 0.1);
padding: 15px;
border-radius: 8px;
line-height: 1.6;
}
.combat-tips {
background: #f5f5f5;
padding: 15px;
border-left: 4px solid #e74c3c;
}



