html{scroll-behavior:smooth;scroll-padding-top:24px}*{box-sizing:border-box}body{margin:0;color:#172a20;background:#f7f9f3;font:17px/1.75 system-ui,-apple-system,sans-serif}header,main,footer{width:min(100% - 40px,880px);margin:auto}header{padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-bottom:1px solid #cdd8cf}header img{width:40px;height:40px;vertical-align:middle;margin-right:10px;border-radius:10px}header>a{font-size:21px;font-weight:750;text-decoration:none}nav,footer{display:flex;gap:20px;flex-wrap:wrap}main{padding:44px 0 64px}h1{font-size:clamp(34px,7vw,52px);line-height:1.12;letter-spacing:-.04em}h2{font-size:25px;line-height:1.3;margin-top:40px}h3{font-size:20px}a{color:#17633a;text-underline-offset:4px}a:focus-visible,button:focus-visible{outline:3px solid #247c4a;outline-offset:4px}li{margin:8px 0}.muted{color:#54685a}.notice{background:#e8efe2;border:1px solid #b6c9b8;border-radius:16px;padding:20px}.button{display:inline-block;padding:12px 22px;border-radius:12px;background:#193e2b;color:#fff;text-decoration:none;font-weight:650}footer{padding:24px 0 40px;border-top:1px solid #cdd8cf}table{width:100%;border-collapse:collapse}td,th{border-bottom:1px solid #cdd8cf;padding:12px;text-align:left;vertical-align:top}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}