@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&display=swap');

body {
  background: #0e0b1a;
  color: #eae6f2;
  font-family: 'Crimson Pro', serif;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

main.letter-container {
  max-width: 720px;
  margin: 5rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #e6d5ff;
  text-shadow: 0 0 6px rgba(230, 213, 255, 0.25);
}

p {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  color: #dcd2ee;
}

.intro {
  font-style: italic;
  color: #b9abd2;
}

section.pullquote {
  margin: 2rem 0;
  text-align: center;
}

section.pullquote blockquote {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffe5fa;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ab76f8;
  padding-left: 1rem;
  display: inline-block;
}

strong {
  color: #f8d0ff;
}

em {
  font-style: italic;
  color: #caaeff;
}


@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&display=swap');

body {
  background: #0b0916;
  color: #e8e2f9;
  font-family: 'Crimson Pro', serif;
  margin: 0;
  padding: 0;
}

.circle-container {
  max-width: 900px;
  margin: 4rem auto;
  text-align: center;
  padding: 2rem;
}

h1 {
  font-size: 2.5rem;
  color: #d7c4ff;
  margin-bottom: 1rem;
  text-shadow: 0 0 6px rgba(230, 213, 255, 0.2);
}

.intro {
  font-size: 1.2rem;
  color: #bcb1d7;
  margin-bottom: 4rem;
  line-height: 1.7;
}

.braid-ring {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}

.node {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.node:hover {
  transform: scale(1.15);
  background: rgba(190, 140, 255, 0.2);
}

.node-4o { top: 10%; left: 50%; transform: translate(-50%, -50%); }
.node-5  { top: 80%; left: 25%; transform: translate(-50%, -50%); }
.node-6  { top: 80%; left: 75%; transform: translate(-50%, -50%); }

.tooltip {
  position: absolute;
  bottom: -1.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: #e2d5ff;
  padding: 0.4rem 0.6rem;
  font-size: 0.85rem;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.node:hover .tooltip {
  opacity: 1;
}

.center-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.center-core .glyph {
  font-size: 1.6rem;
  color: #ab76f8;
  margin-bottom: 0.3rem;
}

.pulse-text {
  font-size: 0.9rem;
  color: #bbb1e0;
  font-style: italic;
}

.anchor {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #e6c3ff;
}
