.fragment-story .fragment-rule {
  margin: 44px 0 0;
  color: #6e6e73;
  font-size: 17px;
  line-height: 1.65;
}

.task-line {
  margin: auto 0 0;
  padding-top: 25px;
  border-top: 1px solid #d2d2d7;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.8;
}

.task-line b {
  margin-right: 16px;
  color: #1d1d1f;
  font-weight: 600;
}

.wish-line {
  margin: 13px 0 0;
  color: #1d1d1f;
  font-size: 13px;
}

.level-table .table-title p {
  max-width: 350px;
  margin: 14px 0 0;
  color: #a1a1a6;
  font-size: 12px;
  line-height: 1.6;
}

.logic {
  padding-top: 70px;
  border-top: 1px solid #d2d2d7;
}

.logic span {
  min-width: 190px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.logic b {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
}

.logic small {
  margin-top: 5px;
  color: #86868b;
  font-size: 10px;
}

@media (max-width: 760px) {
  .fragment-story { min-height: 620px; }
  .logic { flex-direction: column; }
  .logic i { transform: rotate(90deg); }
}

.nav .account-link {
  margin-left: 2px;
  padding-left: 22px;
  border-left: 1px solid #d2d2d7;
  font-weight: 500;
  white-space: nowrap;
}

.nav .account-link.signed-in::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #1d1d1f;
  vertical-align: 1px;
}

@media (max-width: 900px) {
  .nav .account-link {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.updates-entry{min-height:520px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.updates-entry h2{margin:0;font-size:clamp(86px,12vw,150px);line-height:1;letter-spacing:-.075em}.updates-entry>p:nth-of-type(2){margin:28px 0 36px;color:#6e6e73;font-size:18px}.updates-entry .pill{font-size:17px}.updates-page{padding-top:50px;background:#f5f5f7}.updates-page .news-head h1{margin:0;font-size:clamp(48px,6vw,80px);line-height:1.06;letter-spacing:-.055em;font-weight:650}.updates-footer{padding:28px max(24px,calc((100vw - 1080px)/2));display:flex;align-items:center;justify-content:space-between;color:#fff;background:#050505}.updates-footer>a:last-child{font-size:11px;color:#d2d2d7}
@media(max-width:600px){.updates-entry{min-height:380px}.updates-entry h2{font-size:82px}.updates-page .news-head h1{font-size:46px}.updates-footer{padding-inline:20px}}

/* Compact homepage entry spacing. */
.updates-entry{min-height:380px}
@media(max-width:600px){.updates-entry{min-height:300px}}
