/* Deliberately brand-neutral: the same document is served on all three candidate
   domains, so any styling difference here would be one more variable in the name test. */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{
  font:16px/1.7 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  color:#22262b;background:#fbfaf8;-webkit-font-smoothing:antialiased;
}
.wrap{max-width:760px;margin:0 auto;padding:0 24px}
header{border-bottom:1px solid #e6e2db;padding:26px 0;background:#fff}
header .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.brand{font-size:19px;font-weight:700;letter-spacing:-.01em;color:#111}
.back{font-size:14px;color:#5a6270;text-decoration:none}
.back:hover{color:#111;text-decoration:underline}
main{padding:48px 0 72px}
h1{font-size:clamp(28px,5vw,38px);line-height:1.15;letter-spacing:-.02em;margin-bottom:10px;color:#111}
.updated{font-size:13.5px;color:#7b8290;margin-bottom:36px}
h2{font-size:19px;margin:36px 0 10px;letter-spacing:-.01em;color:#111}
p{margin-bottom:14px;color:#3c434d}
ul{margin:0 0 14px 22px;color:#3c434d}
li{margin-bottom:7px}
a{color:#1f5c46}
strong{color:#22262b}
.note{background:#fff;border:1px solid #e6e2db;border-left:3px solid #1f5c46;border-radius:6px;padding:16px 18px;margin:22px 0}
.note p:last-child{margin-bottom:0}
footer{border-top:1px solid #e6e2db;padding:28px 0 44px;font-size:13.5px;color:#7b8290;background:#fff}
footer a{color:#5a6270;text-decoration:none;margin-right:16px}
footer a:hover{color:#111;text-decoration:underline}
