.dedupe-page {
  width: min(100% - 40px, 1040px);
  margin: 0 auto;
  padding: 52px 0 80px;
}

.dedupe-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 34px;
  border-bottom: 2px solid var(--ink);
}

.dedupe-header > div:first-child { max-width: 720px; }
.dedupe-eyebrow { margin: 0 0 8px; color: var(--sky-deep); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.dedupe-header h1 { margin: 0; font-size: clamp(32px, 6vw, 50px); letter-spacing: -0.055em; }
.dedupe-header p:not(.dedupe-eyebrow) { margin: 16px 0 0; color: var(--muted); line-height: 1.7; word-break: keep-all; }
.dedupe-header .app-nav { flex: 0 0 auto; }

.dedupe-summary { margin: 28px 0 34px; }
.dedupe-summary > p { margin: 0; color: var(--muted); }
.dedupe-summary dl { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; }
.dedupe-summary dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.dedupe-summary dd { margin: 0; color: var(--muted); font-size: 14px; }

.dedupe-entries { display: grid; gap: 22px; }
.dedupe-entry { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); overflow: hidden; }
.dedupe-entry-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; background: var(--sky-tint); border-bottom: 1px solid var(--line); }
.dedupe-entry-header p { margin: 0; color: var(--sky-deep); font-size: 13px; font-weight: 900; }
.dedupe-entry-header span { color: var(--muted); font-size: 12px; }
.dedupe-comparison { display: grid; grid-template-columns: 1fr 1fr; }
.dedupe-item { padding: 22px; }
.dedupe-item + .dedupe-item { border-left: 1px solid var(--line); }
.dedupe-item h2 { margin: 0; font-size: 22px; letter-spacing: -0.035em; line-height: 1.35; word-break: keep-all; }
.dedupe-item-label { margin: 0 0 8px; color: var(--muted); font-size: 12px; font-weight: 900; }
.dedupe-item-meta { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; word-break: keep-all; }
.dedupe-item-source { display: inline-block; margin-top: 14px; color: var(--sky-deep); font-size: 13px; font-weight: 800; }
.dedupe-item-source:hover { color: var(--ink); }
.dedupe-empty { margin: 0; padding: 30px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); line-height: 1.7; }
.dedupe-more { justify-self: start; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
.dedupe-more:hover, .dedupe-more:focus-visible { border-color: var(--ink); background: var(--ink); color: var(--surface); }
.dedupe-back-link { color: var(--sky-deep); font-size: 14px; font-weight: 900; }

@media (max-width: 700px) {
  .dedupe-page { width: min(100% - 28px, 1040px); padding-top: 30px; }
  .dedupe-header { flex-direction: column; }
  .dedupe-comparison { grid-template-columns: 1fr; }
  .dedupe-item + .dedupe-item { border-top: 1px solid var(--line); border-left: 0; }
}
