body{font-family:Gordita,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;justify-content:center;margin:0;padding:0}*{box-sizing:border-box}main{padding:1em;margin:0 auto;width:min(800px,100vw);max-width:800px;box-sizing:border-box}h1{text-transform:uppercase;font-size:4rem;font-weight:100;line-height:1.1;max-width:14rem;margin:0;margin-bottom:1rem;transition:all .15s}h1.mini{font-size:2rem;font-weight:300;max-width:none;margin-top:0;margin-bottom:1rem}.loader-container{height:100svh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}@keyframes load{0%{rotate:0deg}to{rotate:360deg}}.loader{width:60px;height:2px;background:#335d92;animation:load 1s cubic-bezier(.68,-.55,.27,1.55) infinite}.accent{font-weight:300;color:#335d92;opacity:1;transition:color .3s,opacity .3s}.mini .accent{font-weight:400}.outdated{font-weight:300;color:#335d92;opacity:.75;transition:color .3s,opacity .3s}.mini .outdated{font-weight:400}p{max-width:14rem;margin:2rem auto;line-height:1.35}@media (min-width: 480px){h1{max-width:14rem;margin:4rem 0}p{max-width:none}}.product{display:flex;flex-direction:row;gap:1rem;border-radius:.25rem;border:1px solid #9999;background:#eee;padding:.5rem;flex-wrap:wrap}.list-outdated .product{opacity:.75}.header{position:sticky;top:0;background:#fffa;padding:1.5rem;border-radius:.5rem;backdrop-filter:blur(8px)}a{color:#000;text-decoration:2px underline #335d92}a:hover{color:#335d92}a:focus-visible{outline:2px solid color-mix(in srgb,#335d92,white 30%);outline-offset:2px}
