:root{--beige:#d1c0a8;--theme:var(--beige);--theme-subtler:#d1c0a877;--theme-harsher:#e8ded1}body,html{margin:0;padding:0}*{box-sizing:border-box}body{color:var(--theme-subtler);background-color:#111;justify-content:center;align-items:center;min-width:100vw;min-height:100vh;padding:2rem;font-family:DM Sans,sans-serif;font-weight:200;display:flex}::selection{color:#111;background:var(--theme-subtler)}a,a:visited{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.title{color:var(--theme);font-size:2rem;font-weight:300;line-height:2rem;animation:.75s popup}@keyframes popup{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.highlighted{color:var(--theme-harsher)}.sub{text-wrap:balance;opacity:0;max-width:50rem;animation:1.3s .1s forwards popup;transform:translateY(1rem)}.preimage-tag{background:#fff1;border-radius:1rem;justify-content:center;align-items:center;gap:.35rem;width:min-content;padding:.15rem .6rem;font-size:.85rem;font-weight:400;transition:all .25s;display:inline-flex}.preimage-tag:hover{background:var(--theme-subtler);color:#111}.pi-logo{max-height:.85rem}.codelink{color:#fff4;opacity:0;font-family:Cutive Sans,monospace;animation:1.5s .2s forwards popup;position:absolute;bottom:2rem;right:2rem;transform:translateY(1rem)}.footer{opacity:0;animation:1.5s .2s forwards popup;transform:translateY(1rem)}
