body {
  background-color: #18122B;
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
header {
  text-align: center;
  margin-bottom: 0;
}
h1 {
  color: #FFD700;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h2 {
  color: #FFD700;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 2rem 0 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h3 {
  color: #3a2352;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  line-height: 1.3;
}
p {
  font-size: 1.25rem;
  margin-top: 1em;
  margin-bottom: 1.2em;
  line-height: 1.6;
}
.card {
  background: linear-gradient(135deg, #fff4e0cc 0%, #e6d6ffcc 100%);
  border: none;
  border-radius: 32px;
  padding: 32px 32px 28px 32px;
  margin-bottom: 32px;
  box-shadow: 0 4px 24px 0 rgba(57,48,83,0.10);
  color: #23223a;
  font-size: 1.13rem;
  line-height: 1.7;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.card h2 {
  color: #23223a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.card strong, .card b {
  font-weight: 700;
  color: #18122B;
}
.nav-container {
  background: rgba(57, 48, 83, 0.95);
  border-radius: 10px;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}
nav {
  margin: 0 0 2rem 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  gap: 2.5rem;
}
nav ul {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 44px;
  align-items: center;
}
nav li {
  margin: 0;
  padding: 0;
  height: 44px;
  display: flex;
  align-items: center;
}
nav a {
  color: #b47aff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0.5rem;
  border-radius: 4px;
  transition: color 0.2s;
  line-height: 1;
  height: 32px;
  display: flex;
  align-items: center;
}
nav a:hover {
  color: #ffb347;
  background: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.subtitle {
  color: #A3FFD6;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.tagline {
  color: #635985;
  font-size: 1.1rem;
  font-weight: 400;
}
footer {
  text-align: center;
  margin-top: 60px;
  color: #635985;
  font-size: 1rem;
}
html {
  scroll-behavior: smooth;
}
.header-pill {
  background: linear-gradient(90deg, #f7e9d7 0%, #e6d6ff 100%);
  border-radius: 28px;
  padding: 24px 32px 20px 32px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px 0 rgba(57,48,83,0.08);
  text-align: left;
  max-width: 600px;
}
.header-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #3a2352;
}
.header-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.2rem 0;
  color: #b47aff;
}
.header-tagline {
  font-size: 1rem;
  color: #635985;
  margin: 0;
}
.site-header {
  margin: 0 auto 0 auto;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 700px;
}
.site-title {
  font-size: 2.7rem;
  font-weight: 800;
  background: linear-gradient(90deg, #b47aff 10%, #ffd700 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 0 0.4rem 0;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(57,48,83,0.10);
}
.site-title a {
  text-decoration: none;
  color: inherit;
}
.site-subtitle {
  font-size: 1.35rem;
  color: #FF6000;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(57,48,83,0.10);
}
.section-title {
  display: inline-block;
  background: linear-gradient(90deg, #ffe6b3 0%, #e6d6ff 100%);
  color: #3a2352;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.4em 1.2em;
  border-radius: 18px;
  margin-bottom: 1.2em;
  margin-top: 0;
  box-shadow: 0 1px 6px 0 rgba(57,48,83,0.06);
}
.subhead {
  font-size: 1.05rem;
  font-weight: 700;
  color: #23223a;
  margin-top: 1.1em;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  display: block;
  border-bottom: 2px solid #3a2352;
  padding-bottom: 0.6em;
}
.faction-list {
  margin-top: 0;
  margin-bottom: 1.2em;
}
.subhead + .faction-list {
  margin-top: 0.7em;
  margin-bottom: 1.2em;
}
.lore-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 0 auto 32px auto;
}
.next-page-nav {
  text-align: center;
  margin: 48px 0 0 0;
  padding: 24px 0 0 0;
}
.next-page-link {
  display: inline-block;
  background: linear-gradient(90deg, #ffe6b3 0%, #e6d6ff 100%);
  color: #3a2352;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.8em 2.2em 0.8em 1.5em;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 2px 12px 0 rgba(57,48,83,0.10);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  position: relative;
}
.next-page-link:hover {
  background: linear-gradient(90deg, #ffd700 0%, #b47aff 100%);
  color: #18122B;
  transform: translateY(-2px) scale(1.04);
}
.next-page-link .arrow {
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.2s;
}
.next-page-link:hover .arrow {
  transform: translateX(6px);
} 