
    :root{color-scheme:light;font-family:system-ui,sans-serif;color:#202e28;background:#f6f5ee}body{margin:0}main{max-width:760px;margin:0 auto;padding:32px 24px}header{display:flex;justify-content:space-between;border-bottom:1px solid #d7dace;padding-bottom:24px;margin-bottom:44px}header > a{font-size:24px;font-weight:700}a{color:#245f46}h1{font-size:32px;letter-spacing:-1px}p,li{line-height:1.8}article,section{padding:24px;border:1px solid #d7dace;border-radius:12px;background:white;margin:20px 0}pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;line-height:1.8}button{padding:12px 22px;background:#245f46;color:white;border:0;border-radius:8px;font:inherit;cursor:pointer}button.secondary{background:#e8e9e3;color:#202e28}form{display:inline-block;margin:8px 8px 0 0}.muted{color:#617067;font-size:14px}.badge{display:inline-block;padding:4px 10px;border-radius:20px;background:#e9f0e8}input:not([type=checkbox]):not([type=hidden]),textarea,select{font:inherit;padding:8px 10px;border:1px solid #bdc7bb;border-radius:6px;background:white;max-width:100%;box-sizing:border-box}textarea{display:block;width:min(100%,480px);min-height:100px}fieldset{border:1px solid #bdc7bb;border-radius:8px;margin:16px 0}footer{margin-top:48px;padding-top:20px;border-top:1px solid #d7dace}header nav{font-size:14px;text-align:right}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #bd7d20;outline-offset:4px}