/* Static rune pages (runes/*.html), generated by scripts/build-rune-pages.js.
   They reuse the about page styles (.about, .glyphs, .rune-pick, .anatomy). */
.rune-page {
  max-width: 720px;
}
.crumbs {
  margin: 0 0 14px;
  font-size: 0.8em;
  opacity: 0.85;
}
.rune-hero {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 6px 0 18px;
}
.sz-hero {
  height: 150px;
  width: 93.75px;
}
.rune-facts {
  margin: 0 0 10px;
  line-height: 1.4;
  opacity: 0.9;
}
.rune-facts .rf-char {
  font-size: 1.5em;
  vertical-align: middle;
}
.rune-page .fortune {
  font-style: italic;
}
.rune-page .anatomy {
  margin-top: 16px;
}
.rune-page .interpret-btn {
  margin: 4px 0 0;
}

/* chips linking to the other runes of the aett */
.about a.rune-pick {
  text-decoration: none;
  color: inherit;
}
.about a.rune-pick.current {
  border-color: currentColor;
}

/* previous / next */
.rune-nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 28px 0 8px;
  font-size: 0.95em;
}

/* the list of all runes (runes/index.html) */
.rune-list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
}
.rune-list li {
  margin: 0;
}
.about a.rune-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--card-border);
  border-radius: 10px;
  background-color: var(--card-bg);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s ease;
}
.about a.rune-row:hover,
.about a.rune-row:focus-visible {
  border-color: color-mix(in srgb, var(--card-border), white 40%);
}
.rune-row svg.glyph {
  flex-shrink: 0;
  margin: 0;
}
.rune-row .rr-text {
  min-width: 0;
  line-height: 1.4;
}
.rune-row .rr-name {
  font-weight: bold;
  color: var(--card-strong);
}
.rune-row .rr-sub {
  opacity: 0.75;
  font-size: 0.9em;
}
.rune-row .rr-line {
  display: block;
  font-size: 0.85em;
  opacity: 0.85;
}

@media only screen and (max-width: 480px) {
  .rune-hero {
    gap: 16px;
  }
  .sz-hero {
    height: 110px;
    width: 68.75px;
  }
}
