*{box-sizing:border-box}html{color-scheme:light dark}body{margin:0;background:#f8fafc;color:#17212b;font:18px/1.7 system-ui,-apple-system,sans-serif}main,header,footer{max-width:780px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid #bcc8d2}nav{display:flex;gap:20px}a{color:#155c45;text-underline-offset:4px;overflow-wrap:anywhere}a:hover{text-decoration-thickness:3px}a:focus-visible{outline:3px solid currentColor;outline-offset:5px}h1{font-size:clamp(2rem,6vw,3rem);line-height:1.2;margin:24px 0}h2{font-size:1.35rem;line-height:1.35;margin-top:36px}p,li{max-width:65ch}footer{border-top:1px solid #bcc8d2;font-size:.9rem}.draft{padding:12px 16px;border-left:4px solid #155c45;background:#e5eee9;font-size:.95rem}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:8px;background:#f8fafc;padding:8px}strong{font-weight:650}@media(max-width:480px){header{align-items:flex-start;flex-direction:column}main,header,footer{padding:20px}nav{gap:24px}}@media(prefers-color-scheme:dark){body{background:#141b22;color:#e8edf3}a{color:#99d6bb}.draft{background:#23352e;border-color:#99d6bb}header,footer{border-color:#52606d}.skip:focus{background:#141b22}}