:root {
  --bg: #02041a;
  --bg-soft: #050923;
  --fg: #ffbf80;
  --fg-muted: #ffcf9f;
  --link: #ffd59a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #02041a;
  color: #ffbf80;
  font-family: "Bahnschrift", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.page {
  padding: 2.5rem 3rem;
  max-width: 60rem;
}

@media (max-width: 720px) {
  .page {
    padding: 1.5rem;
  }
}

.site-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  margin: 0 0 0.5rem 0;
}

.site-subtitle {
  font-size: 0.85rem;
  color: #ffcf9f;
  margin: 0 0 1.5rem 0;
}

.h-main {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: lowercase;
  color: #3945F7;
  letter-spacing: 0.08em;
  margin: 1.5rem 0 0.3rem 0;
}

p {
  margin: 0 0 0.6rem 0;
}

.list-plain,
.portal-list {
  list-style: none;
  padding-left: 0;
  margin: 0.2rem 0 0.6rem 0;
}

.list-plain li,
.portal-list li {
  margin: 0.1rem 0;
}

a {
  color: #ffd59a;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

.portal-link {
  font-size: 0.9rem;
}

.c_title {
  color: #7fe0ff; /* cyan */
  font-size: 1.15rem;
  margin: 1.2rem 0 0 0;
}

.pledge {
  color: #ff77c8; /* pink */
  font-style: italic;
}

section {
  margin: 1.5rem 0;
}

.home-note {
  width: 50rem;
  max-width: 100%;
  margin: 1.0rem 0 1rem 0;

  color: #b7c9ff;

  font-size: 0.88rem;
  line-height: 1.7;

  transition:
    color 0.2s ease,
    text-shadow 0.2s ease;
}

.home-note:hover {
  color: #d6e0ff;

  text-shadow:
    0 0 2px rgba(140, 190, 255, 0.45),
    0 0 6px rgba(140, 190, 255, 0.18);
}

.page-note {
  margin: 1.0rem 0 1rem 0;
  padding-top: 0.2rem;

  border-top: 1px solid #2f3552;

  color: #6f7b9c;

  font-size: 0.72rem;
  line-height: 1.5;

  opacity: 0.85;
}

.right-box {
  margin-left: auto;
  width: 50%;
}

.right-box-inner {
  width: 50%;
}

.glossary-section {
  position: relative;
  margin: 1.5rem 0 2.4rem 0;
}

.glossary-letter {
  position: absolute;
  left: -1.4rem;
  top: -0.35rem;

  color: #111936;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;

  user-select: none;
}

.glossary-entry {
  margin: 0 0 0.45rem 0;
}

.glossary-term {
  color: var(--fg);
  font-weight: 600;
}

.glossary-definition {
  color: #aebee8;
}

.text-page {
  max-width: 45rem;
}

.text-page h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;

  color: #7fe0ff;

  font-size: 1.2rem;
  font-weight: 300;
}

.text-page p {
  margin-bottom: 0.5rem;

  color: #ffbf80;

  line-height: 1.50;
  font-weight: 100;
}

.text-page hr {
  margin: 2.5rem 0;

  border: none;
  border-top: 1px solid #28304d;
}

.text-list {
  margin: 0 0 0.0rem 1.4rem;
  padding: 0;

  color: #ffbf80;

  line-height: 1.4;
  font-weight: 100;
}

.text-list li {
  margin-bottom: 0.5rem;
}

.text-list li::marker {
  color: #7fe0ff;
}

h2.section-title {
  margin-top: 0rem;
  margin-bottom: 0.5rem;

  color: #ffb347;

  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.3;
}

.text-highlight {
  color: #ffb347;
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.03em;

  margin-left: 0.25rem;
}
.lyric-quote-block {
  margin-top: 4rem;
}

.lyric-quote-block h2 {
  color: #ffb347;
}

.lyric-quote {
  margin: 1rem 0 0 0;
  padding-left: 1rem;

  border-left: 1px solid #ffb347;

  color: #aebee8;
  font-style: italic;
  line-height: 1.8;
}

.lyric-quote p {
  margin-bottom: 0.8rem;
}

.lyric-quote footer {
  color: #6f7b9c;
  font-size: 0.78rem;
  font-style: normal;
}