:root { color: #e9f0ec; background: #101714; font-family: ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 85% 0%, #204439 0%, transparent 34%), #101714; }
main { width: min(920px, calc(100% - 36px)); margin: 0 auto; padding: 76px 0; }
header { max-width: 700px; margin-bottom: 54px; }
.eyebrow { color: #78d4a7; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
h1 { font-size: clamp(2.7rem, 8vw, 5.3rem); letter-spacing: -.07em; line-height: .92; margin: 12px 0 20px; }
h2 { margin: 0; font-size: 1.1rem; }
.lede { color: #aebbb4; font-size: 1.1rem; line-height: 1.65; max-width: 580px; }
section { margin-top: 28px; }
.capture-panel, .search-panel { border-top: 1px solid #385044; padding-top: 22px; }
label { display: block; color: #bfcac4; font-size: .85rem; font-weight: 700; margin-bottom: 10px; }
textarea, input { width: 100%; border: 1px solid #3a5045; border-radius: 10px; background: #17211c; color: #f2f7f3; font: inherit; padding: 14px; }
textarea:focus, input:focus { outline: 2px solid #78d4a7; outline-offset: 2px; }
.actions, .search-row, .section-heading { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.actions { justify-content: space-between; min-height: 42px; }
.search-row input { flex: 1; }
button { border: 0; border-radius: 999px; background: #78d4a7; color: #0e1712; cursor: pointer; font-weight: 800; padding: 12px 18px; white-space: nowrap; }
button:active { transform: translateY(1px); }
button.quiet { background: transparent; border: 1px solid #3a5045; color: #c9d7cf; padding: 8px 13px; }
.section-heading { justify-content: space-between; }
.results { display: grid; gap: 10px; margin-top: 14px; }
article { border: 1px solid #2c4036; border-radius: 10px; background: #162019; padding: 16px 18px; }
article p { margin: 0; line-height: 1.55; white-space: pre-wrap; }
article footer { color: #91a198; font-size: .8rem; margin-top: 12px; }
.empty, .error { color: #aebbb4; margin: 8px 0; }.error { color: #ffb4a9; }
@media (max-width: 620px) { main { padding: 44px 0; } .search-row { align-items: stretch; flex-direction: column; } .search-row button { width: 100%; } }
