body {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding: 28px 20px 48px;
  box-sizing: border-box;
  background-color: #f6f3ed;
  color: #171717;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.45;
}

h1 {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 0.4rem;
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 1rem;
  font-weight: 750;
  margin: 0 0 0.85rem;
}

section {
  margin-top: 1.1rem;
  border-top: 1px solid #d8d0c3;
  padding-top: 1.1rem;
}

.subheader {
  text-align: center;
  margin: 0 auto 1.4rem;
  max-width: 560px;
  color: #4f4a44;
}

label {
  display: block;
  margin-bottom: 0.35rem;
}

input,
textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b8ad9f;
  border-radius: 6px;
  background: #fffdf8;
  color: #171717;
  font: inherit;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.7rem;
}

.classic-btn {
  font: inherit;
  font-weight: 700;
  padding: 0.58rem 0.9rem;
  border: 1px solid #171717;
  border-radius: 6px;
  background: #171717;
  color: #fff;
  cursor: pointer;
}

.classic-btn:hover {
  background: #2d2a27;
}

.classic-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#results {
  border-top: 1px dashed #c7bcad;
}

.result-item {
  padding: 0.8rem 0;
  border-bottom: 1px solid #d8d0c3;
}

.result-title {
  font-weight: 750;
}

.result-meta {
  color: #665f56;
  font-size: 0.9rem;
  margin: 0.1rem 0 0.35rem;
}

.result-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.45rem 0;
}

.result-signals span {
  border: 1px solid #d2c6b8;
  border-radius: 999px;
  color: #4b443d;
  font-size: 0.78rem;
  padding: 0.16rem 0.45rem;
}

.result-item a {
  color: #a33720;
  font-weight: 700;
}

.checkbox-row {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.checkbox-row input {
  width: auto;
  margin: 0;
}

#verification-status,
#search-status,
#weekly-status {
  color: #4f4a44;
  min-height: 1.4em;
}
