:root{color-scheme:light dark;--ink:#16130f;--paper:#faf8f4;--muted:#6b635a;--rule:#e2dcd2;--accent:#7a2e2e}@media (prefers-color-scheme:dark){:root{--ink:#ece7df;--paper:#14120f;--muted:#9a9086;--rule:#2c2822;--accent:#c98b8b}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--paper);color:var(--ink);font-family:ui-serif,Georgia,Times New Roman,serif;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}.shell{flex:1 1;width:100%;max-width:34rem;margin:0 auto;padding:3rem 1.5rem 4rem}.wordmark{margin:0 0 3rem;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.wordmark a{color:inherit;text-decoration:none}.card h1{font-size:1.75rem;font-weight:500;line-height:1.25}.card h1,.sub{margin:0 0 1rem}.sub{color:var(--muted)}.form{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 1rem}input{font:inherit;padding:.7rem .85rem;border:1px solid var(--rule);border-radius:2px;background:transparent;color:var(--ink)}.code-input{letter-spacing:.4em;font-size:1.25rem;text-align:center}button{font:inherit;padding:.7rem .85rem;border:1px solid var(--ink);border-radius:2px;background:var(--ink);color:var(--paper);cursor:pointer}button:disabled{opacity:.5;cursor:default}.text-button,.text-link{background:none;border:none;padding:0;color:var(--muted);text-decoration:underline;text-underline-offset:.2em;cursor:pointer}.row{font-size:.9rem;color:var(--muted)}.error,.row{margin:1rem 0 0}.error{color:var(--accent)}.article h2{margin:2rem 0 .6rem;font-size:1.15rem;font-weight:500}.article p{margin:0 0 1rem}.article a{color:inherit}.site-footer,.updated{color:var(--muted);font-size:.85rem}.site-footer{border-top:1px solid var(--rule);padding:1.5rem;margin-top:3rem;text-align:center}.site-footer p{margin:0 0 .4rem}.site-footer a{color:inherit}