.logout-form {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.logout-form > span {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.logout-form .login-button {
  margin-left: 0;
}

.form-error {
  margin: 0;
  color: #f08a90;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.modal-note button {
  padding: 0;
  border: 0;
  background: none;
  color: #e56d73;
  font: inherit;
  cursor: pointer;
}

.check-field {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px !important;
  line-height: 1.5;
  cursor: pointer;
}

.check-field input {
  width: 18px !important;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #b71922;
}

.register-modal {
  max-height: 92vh;
  overflow-y: auto;
}

.comments-modal {
  width: min(94vw, 620px);
  max-height: 92vh;
  overflow-y: auto;
}

.comments-feed {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 8px;
  padding-right: 6px;
}

.comments-empty,
.commenting-as,
.replying-to {
  color: #8f9297;
  font-size: 12px;
  line-height: 1.6;
}

.comment-reply {
  margin-left: 28px;
  padding-left: 18px;
  border-left: 2px solid rgba(183, 25, 34, .55);
}

.replying-to {
  margin: 0;
  color: #e07379;
  cursor: pointer;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.add-text-modal {
  width: min(94vw, 720px);
  max-height: 92vh;
  overflow-y: auto;
}

.add-text-modal label small {
  color: #696d73;
  line-height: 1.5;
}

.add-text-modal .long-text {
  min-height: 280px;
  line-height: 1.7;
}

.article-back {
  margin-left: auto;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  text-decoration: none;
}

.article-page {
  min-height: 100vh;
  padding: clamp(90px, 12vw, 150px) max(24px, 12vw);
}

.article-page article {
  max-width: 850px;
  margin: 0 auto;
}

.article-page h1 {
  margin: 0 0 20px;
  font: 600 clamp(44px, 8vw, 92px)/1.02 "Cormorant SC", serif;
  letter-spacing: -.025em;
}

.article-page time {
  color: #777b81;
  font-size: 11px;
  letter-spacing: .12em;
}

.article-body {
  margin: 55px 0;
  color: #c7c8ca;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.95;
}

.article-comment {
  display: inline-block;
  padding-inline: 24px;
  text-decoration: none;
}

@media (max-width: 700px) {
  .logout-form > span {
    display: none;
  }
}

.setup-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.setup-card {
  width: min(100%, 520px);
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background: rgba(25, 27, 30, .96);
  box-shadow: 0 35px 110px rgba(0, 0, 0, .5);
}

.setup-card h1 {
  margin: 0 0 26px;
  font: 600 46px/1 "Cormorant SC", serif;
}

.setup-card form,
.setup-card label {
  display: grid;
  gap: 9px;
}

.setup-card form {
  gap: 18px;
}

.setup-card label {
  color: #aaa;
  font-size: 12px;
}

.setup-card input {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 12px;
  background: #101113;
  color: #fff;
  font: inherit;
}

.setup-card small {
  color: #707379;
}

.setup-message {
  padding: 13px 15px;
  border-radius: 12px;
  background: rgba(167, 25, 32, .18);
  color: #f08a90;
  font-size: 13px;
  line-height: 1.5;
}

.setup-message.success {
  background: rgba(73, 143, 94, .18);
  color: #9dd5ae;
}

.setup-link {
  display: block;
  text-align: center;
  text-decoration: none;
}
