.card{width:100%;height:2.5rem;border-radius:1.25rem;color:var(--theme-text);display:flex;justify-content:center;align-items:center;box-sizing:border-box;border:1px solid var(--theme-text);text-transform:capitalize;font-size:1rem;font-weight:500;line-height:1.5rem;font-style:normal}.card:hover{border:1px solid var(--theme-text);background-color:#ffffff12;text-decoration:none}.card:focus{outline:.125rem solid #64b4fa;outline-offset:.125rem;text-decoration:none}.card[aria-disabled=true]{color:#fff6;border:1px solid #ffffff66;pointer-events:none}.tokenCardWrapper{display:grid;grid-template-columns:repeat(auto-fill,10rem);gap:1rem;margin-top:1rem}body{position:fixed;height:100%;width:100%;display:grid;grid-template-rows:var(--theme-navbar-height) 1fr;--gutter: .5rem;--doc-padding: 2rem;background-image:url(/hero-gradient.svg);background-position:50% 15%;background-repeat:no-repeat}.layout:where(.astro-OZDOENEY){padding:0 1rem;display:flex;margin:0 auto;width:100%;overflow-y:auto;justify-content:center;padding-top:10vh}@media (max-width: 800px){.layout:where(.astro-OZDOENEY){padding-top:5vh}}@media (max-width: 600px){.layout:where(.astro-OZDOENEY){padding-top:0}}.grid-main:where(.astro-OZDOENEY){width:50%}@media (max-width: 1200px){.grid-main:where(.astro-OZDOENEY){width:65%}}@media (max-width: 800px){.grid-main:where(.astro-OZDOENEY){width:95%}}
