body {
  background: #0f1417;
  color: #e6edf3;
}

.shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 5rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: #f5f9fc;
}

.brand .dot {
  color: #4ade80;
}

.nav {
  display: flex;
  gap: 1.5rem;
  font-size: 0.95rem;
  color: #9aa9b5;
}

.nav a {
  text-decoration: none;
  color: inherit;
}

.hero {
  text-align: center;
  margin-bottom: 3rem;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.hero h1 .accent {
  color: #4ade80;
}

.hero p {
  margin: 0 auto;
  max-width: 56ch;
  color: #9aa9b5;
}

.search {
  display: flex;
  max-width: 560px;
  margin: 2rem auto 0;
  background: #1c2429;
  border: 1px solid #2c3740;
  border-radius: 14px;
  overflow: hidden;
}

.search input {
  flex: 1;
  padding: 1rem 1.25rem;
  font: inherit;
  font-size: 1.1rem;
  background: transparent;
  color: inherit;
  border: none;
  outline: none;
}

.search button {
  padding: 0 1.5rem;
  background: #4ade80;
  color: #0f1417;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.results {
  margin-top: 3rem;
}

.results-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #2c3740;
}

.results-header h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.results-header .count {
  font-size: 0.9rem;
  color: #9aa9b5;
}

.rebate {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid #1f262c;
}

.rebate .src {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4ade80;
  margin-bottom: 0.5rem;
}

.rebate h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.rebate p {
  margin: 0;
  color: #9aa9b5;
  font-size: 0.92rem;
}

.amount {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: right;
  white-space: nowrap;
}

.amount .per {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: #9aa9b5;
  margin-top: 0.2rem;
}

.back {
  margin-top: 3rem;
  font-size: 0.95rem;
}

.back a {
  color: #4ade80;
}
