:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0d1117;
  color: #e6edf3;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% 0%, rgba(31,111,235,.16), transparent 32rem), #0d1117; }
button, input, textarea, select { font: inherit; }
.shell { width: min(100%, 760px); margin: 0 auto; padding: 18px 16px 48px; }
.topbar { min-height: 48px; display: flex; align-items: center; gap: 12px; }
.brand { margin-right: auto; display: inline-flex; gap: 9px; align-items: center; color: inherit; text-decoration: none; font-weight: 850; }
.brand img { width: 28px; height: 28px; }
.quiet-link { color: #9da7b3; text-decoration: none; font-weight: 700; }
.hero { padding: 42px 2px 22px; }
.hero h1 { margin: 5px 0 12px; max-width: 650px; font-size: clamp(2.25rem, 10vw, 4.6rem); line-height: .96; letter-spacing: -.055em; }
.hero > p { margin: 0; max-width: 590px; color: #9da7b3; font-size: 1.02rem; line-height: 1.55; }
.fast-path { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.fast-path span { display: inline-flex; gap: 7px; align-items: center; padding: 7px 10px; border: 1px solid #30363d; border-radius: 999px; color: #c9d1d9; font-size: .82rem; font-weight: 750; background: rgba(13,17,23,.55); }
.fast-path b { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #1f6feb; color: #fff; font-size: .72rem; }
.eyebrow, .step, .label { margin: 0 0 8px; color: #79c0ff; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.stack { display: grid; gap: 12px; }
.card { padding: 18px; border: 1px solid #30363d; border-radius: 18px; background: rgba(22,27,34,.9); box-shadow: 0 14px 36px rgba(0,0,0,.18); }
.connection-card, .review-card, .section-head { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.card label:not(.check):not(.file-button) { display: block; margin: 15px 0 7px; color: #c9d1d9; font-weight: 800; }
input, textarea, select {
  width: 100%; border: 1px solid #30363d; border-radius: 12px; padding: 12px 13px;
  background: #0d1117; color: #f0f6fc; outline: none;
}
textarea { resize: vertical; line-height: 1.45; }
input:focus, textarea:focus, select:focus { border-color: #58a6ff; box-shadow: 0 0 0 3px rgba(88,166,255,.12); }
.muted { margin: 6px 0 0; color: #8b949e; font-size: .86rem; line-height: 1.45; }
code { color: #d2a8ff; }
.inline, .button-row { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 10px; }
.button, .file-button {
  min-height: 42px; padding: 9px 14px; border: 1px solid #30363d; border-radius: 999px;
  background: #161b22; color: #e6edf3; cursor: pointer; text-decoration: none; font-weight: 800;
}
.button.primary { border-color: #1f6feb; background: #1f6feb; color: #fff; }
.button:hover, .file-button:hover { border-color: #58a6ff; }
.button:disabled { opacity: .5; cursor: not-allowed; }
.button.tiny { min-height: 34px; padding: 6px 11px; font-size: .78rem; }
.file-button { display: inline-flex; align-items: center; margin: 0; }
.check { margin-top: 14px; display: flex; gap: 10px; align-items: flex-start; color: #c9d1d9; font-size: .9rem; line-height: 1.4; }
.check input { width: 18px; height: 18px; margin-top: 1px; }
details { margin-top: 16px; }
summary { cursor: pointer; color: #c9d1d9; font-weight: 800; }
.progress { width: 100%; margin-top: 14px; }
.progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: #21262d; }
.progress-track span { display: block; width: 0; height: 100%; background: #58a6ff; transition: width .2s ease; }
.progress p { margin: 7px 0 0; color: #9da7b3; font-size: .86rem; }
.notice { margin-top: 12px; padding: 12px; border: 1px solid #30363d; border-radius: 12px; color: #c9d1d9; white-space: pre-wrap; }
.notice.error { border-color: #f85149; color: #ffb4ae; }
.notice.success { border-color: #2ea043; color: #aff5b4; }
.history-card { margin-top: 12px; }
.history-list { display: grid; gap: 9px; margin-top: 14px; }
.history-item { padding: 11px 12px; border-radius: 12px; background: #0d1117; }
.history-item strong, .history-item span { display: block; }
.history-item span { margin-top: 3px; color: #8b949e; font-size: .8rem; }
.history-empty { margin-top: 12px; color: #8b949e; }
footer { padding: 24px 3px 0; color: #6e7681; font-size: .78rem; }
@media (max-width: 620px) {
  .hero { padding-top: 28px; }
  .connection-card, .review-card { align-items: stretch; flex-direction: column; }
  .connection-card .button-row, .review-card .button-row { width: 100%; }
  .connection-card .button, .review-card .button { flex: 1; }
}

.discover-card h2 { margin: 0 0 6px; font-size: 1.35rem; }
.finder-form { margin-top: 12px; }
.find-now { width: 100%; min-height: 52px; margin-top: 12px; font-size: 1rem; }
.finder-options { margin-top: 12px; padding-top: 2px; }
.finder-options > summary { color: #9ecbff; font-size: .86rem; }
.finder-grid { display: grid; grid-template-columns: minmax(0, 1fr) 130px; gap: 10px; }
.finder-grid label { margin-top: 10px !important; }
.lead-results { display: grid; gap: 9px; margin-top: 14px; }
.lead-result {
  display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start;
  padding: 12px; border: 1px solid #30363d; border-radius: 13px; background: #0d1117;
}
.lead-result > input { width: 18px; height: 18px; margin-top: 3px; }
.lead-result > span { min-width: 0; }
.lead-result strong, .lead-result .lead-email, .lead-result small, .lead-result a { display: block; }
.lead-result strong { color: #f0f6fc; }
.lead-result .lead-email { margin-top: 2px; color: #79c0ff; overflow-wrap: anywhere; }
.lead-result small { margin-top: 5px; color: #8b949e; line-height: 1.4; }
.lead-result a { width: fit-content; margin-top: 6px; color: #9ecbff; font-size: .8rem; }
@media (max-width: 620px) {
  .finder-grid { grid-template-columns: 1fr; }
}

.example-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 9px 0 2px; }
.example-chip { border: 1px solid #30363d; border-radius: 999px; padding: 7px 10px; background: #0d1117; color: #9ecbff; font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.example-chip:hover { border-color: #58a6ff; color: #fff; }
