:root{color-scheme:light dark;font-family:system-ui,sans-serif;line-height:1.5}body{margin:0;background:#f3f5f7;color:#17202a}main{max-width:56rem;margin:auto;padding:2rem 1rem 4rem}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:2}section{background:#fff;border:1px solid #c8d0d8;border-radius:.5rem;padding:1.25rem;margin:1rem 0}h1,h2{line-height:1.2}a,button{font:inherit}a{color:#075ea8}a:focus,button:focus{outline:3px solid #f4b400;outline-offset:3px}.actions{display:flex;flex-wrap:wrap;gap:.75rem}.button,button{display:inline-block;border:2px solid #075ea8;border-radius:.3rem;background:#075ea8;color:#fff;padding:.65rem 1rem;text-decoration:none;cursor:pointer}.secondary{background:#fff;color:#075ea8}.danger{border-color:#9d1c20;background:#9d1c20}pre{overflow:auto;padding:1rem;background:#eef1f4;border-radius:.3rem;color:#17202a}.status{font-weight:700}.error{border-left:5px solid #9d1c20}@media(prefers-color-scheme:dark){body{background:#111820;color:#edf2f7}section{background:#1b2632;border-color:#627384}a{color:#74bfff}.secondary{background:#1b2632;color:#74bfff}pre{background:#111820;color:#edf2f7}}