:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #18221c; background: #f7f8f2; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
.page { min-height: 100svh; max-width: 1440px; margin: auto; padding: 34px 6vw 24px; display: flex; flex-direction: column; }
header, footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 750; letter-spacing: -.7px; text-decoration: none; }
.mark { width: 35px; height: 35px; display: grid; place-items: center; background: #253b2d; color: #edf5ba; border-radius: 10px; font-size: 27px; line-height: 1; padding-bottom: 5px; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 16px; font-size: 13px; }
.site-nav a { padding: 8px 0; }
.site-nav form, .session-identity { margin: 0; }
.session-identity { color: #52604f; }
.site-nav button { padding: 8px 14px; }
main { width: 100%; max-width: 730px; margin: auto; padding: 95px 0 100px; }
.eyebrow { font-size: 11px; letter-spacing: 2px; font-weight: 650; color: #65725c; margin: 0 0 26px; }
h1 { font-size: clamp(48px, 7vw, 88px); line-height: 1.02; letter-spacing: -.06em; font-weight: 600; margin: 0; }
.intro { font-size: 21px; line-height: 1.55; color: #56604f; margin: 25px 0 44px; }
.search-preview { max-width: 650px; }
label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.search-row { display: flex; gap: 8px; border: 1px solid #cbd1c0; border-radius: 13px; padding: 7px; background: #fff; box-shadow: 0 4px 20px #293b2010; }
input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 14px 12px; font: inherit; font-size: 18px; }
input::placeholder { color: #727869; opacity: 1; }
button { flex-shrink: 0; border: 0; border-radius: 8px; background: #e5ecc6; color: #425135; padding: 15px 22px; font: inherit; font-size: 14px; font-weight: 600; }
button span { padding-left: 10px; }
:disabled { cursor: not-allowed; opacity: 1; }
#search-status { font-size: 12px; line-height: 1.6; color: #64705d; margin: 12px 0 0; }
.promise { font-size: 12px; letter-spacing: .2px; color: #66715f; margin: 35px 0 0; }
footer { border-top: 1px solid #dce0d2; padding-top: 20px; font-size: 11px; color: #65705e; }
.skip { position: absolute; left: 16px; top: -100px; padding: 12px; background: #fff; z-index: 1; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid #557031; outline-offset: 5px; }
button:not(:disabled), summary { cursor: pointer; }
button:hover:not(:disabled) { background: #d7e2a8; }
.investigation { max-width: 820px; padding: 65px 0 80px; }
.result-title { font-size: clamp(30px, 5vw, 62px); overflow-wrap: anywhere; letter-spacing: -.04em; }
.result-intro { color: #56604f; font-size: 20px; margin: 20px 0 32px; }
h2 { font-size: 21px; letter-spacing: -.4px; }
.brief { border: 1px solid #d4dbc9; border-radius: 16px; padding: 26px; background: #fff; }
.brief-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.brief-heading h2 { margin: 0; }
.assessment { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 18px; font-size: 16px; line-height: 1.5; }
.assessment p { flex-basis: 100%; margin: 0; }
.score { font-size: inherit; background: #f0f1ee; border-radius: 6px; padding: 8px 10px; }
.coverage { font-size: inherit; }
.muted, .evidence-time, .quota { font-size: 12px; line-height: 1.7; color: #56604f; }
.signals { list-style: none; padding: 0; margin: 22px 0 0; }
.signals li { padding: 16px 0; border-top: 1px solid #e6e9df; }
.signals li:last-child { padding-bottom: 0; }
.signal-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; }
.signal-head h3 { font-size: 14px; margin: 0; }
.signal-state { font-size: 11px; color: #52604f; }
.signals p { font-size: 15px; line-height: 1.65; margin: 8px 0 0; overflow-wrap: anywhere; }
.evidence-time { margin: 16px 0 25px; }
.snapshot, .context { border: 1px solid #d4dbc9; border-radius: 10px; padding: 17px; margin: 20px 0; }
summary { font-size: 14px; font-weight: 600; min-height: 24px; line-height: 1.7; }
.facts { font-size: 13px; margin-bottom: 0; }
.facts div { display: grid; grid-template-columns: minmax(100px, 1fr) minmax(0, 2fr); gap: 16px; border-top: 1px solid #dce0d2; padding: 12px 0; }
.facts dt { color: #56604f; }
.facts dd { margin: 0; overflow-wrap: anywhere; line-height: 1.5; }
.result-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; }
.result-links a { padding: 8px 0; }
.waitlist { margin: 34px 0; border-left: 3px solid #afbf82; padding: 6px 18px; font-size: 13px; line-height: 1.6; }
.waitlist p { margin: 7px 0 0; color: #56604f; }
.waitlist-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.waitlist-actions button { padding: 10px 16px; }
.next-search { margin-top: 40px; }
.context p { font-size: 12px; line-height: 1.6; color: #56604f; }
.context select, .context input { width: 100%; font: inherit; font-size: 14px; padding: 12px; border: 1px solid #cbd1c0; border-radius: 6px; background: #fff; margin-bottom: 16px; }
.notice { padding: 15px 20px; border: 1px solid #cbd1c0; border-radius: 10px; margin: 25px 0; line-height: 1.6; }
.notice + p { line-height: 1.7; }
.account-form { margin: 20px 0; }
.plan-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 20px 0 8px; font-size: 13px; }
.plan-table caption { text-align: left; font-weight: 650; margin-bottom: 8px; }
.plan-table th, .plan-table td { padding: 6px 8px; border-bottom: 1px solid #dce0d2; overflow-wrap: anywhere; }
.plan-table th[scope="col"], .plan-num { text-align: right; }
.watch-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 12px 0; }
.watch-row strong { font-size: 13px; }
.watch-row form { margin: 0; }
.watch-row button { padding: 8px 12px; }
.account-input { border: 1px solid #727869; border-radius: 8px; background: #fff; margin-bottom: 12px; }
.new-key { margin: 20px 0; }
.new-key-value, .new-key pre, .new-key code { overflow-wrap: anywhere; white-space: pre-wrap; user-select: all; }
.account-input:user-invalid, .account-input[aria-invalid="true"] { border: 2px solid #8f302c; }
.account-deletion { margin-top: 40px; padding-top: 24px; border-top: 2px solid #8f302c; }
.account-deletion p, .deletion-review { font-size: 16px; line-height: 1.6; }
.deletion-confirm { display: flex; align-items: flex-start; gap: 12px; margin: 24px 0; }
.deletion-confirm input { appearance: auto; width: 20px; height: 20px; flex: 0 0 20px; margin: 3px 0 0; padding: 0; }
.danger-button { background: #8f302c; color: #fff; white-space: normal; }
button.danger-button:hover:not(:disabled) { background: #702521; }
@media (max-width: 600px) {
  .page { padding: 25px 24px 20px; }
  .wordmark { font-size: 20px; }
  .site-nav { font-size: 12px; }
  header { gap: 12px; }
  .brief { padding: 18px; }
  .investigation { padding-top: 55px; }
  .facts div { grid-template-columns: 1fr; gap: 5px; }
  main { padding: 85px 0 80px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.5px; margin-bottom: 22px; }
  h1 { font-size: clamp(43px, 13vw, 70px); }
  .intro { font-size: 18px; margin-bottom: 36px; }
  .desktop-break { display: none; }
  .search-row { flex-direction: column; }
  input { padding: 13px 10px; }
  button { text-align: center; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}
