.Account{gap:.75rem}.Account,.Account__card{display:flex;flex-direction:column}.Account__card{gap:1.5rem}.Account .CardText__button{align-self:flex-start}.Account__CTA{display:flex;gap:1.125rem .5rem;flex-wrap:wrap}.Account__CTA>*{min-width:-moz-fit-content;min-width:fit-content}@media screen and (max-width:700px){.Account__CTA>*{flex:1 1}}.Account__keypair{display:flex;align-items:flex-start;flex-direction:column;gap:1rem}.Account__keypair .Input__side-element--right{cursor:pointer}.Account__create__buttons .Button{min-width:-moz-fit-content;min-width:fit-content}@media screen and (max-width:420px){.Account__create__buttons>*{width:100%}.Account__create__buttons__group,.Account__create__buttons__group .Button{flex:1 1}}.Account__result{display:flex;flex-direction:column;gap:1rem;background-color:var(--sds-clr-gray-03);border-radius:.5rem;padding:1rem}.Account__fundTokens{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr))}.Account__fundTokens__item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid var(--sds-clr-gray-06);border-radius:.5rem;padding:.75rem}.Account__fundTokens__item__icon{width:2rem;height:2rem;border-radius:50%;overflow:hidden;flex-shrink:0;flex-grow:0;border:1px solid var(--sds-clr-gray-06)}.Account__fundTokens__item__icon img{display:block;width:100%;height:100%}.Account__fundTokens__item__info{flex:1 1;color:var(--sds-clr-gray-11)}.Account__fundTokens__item__amount{color:var(--sds-clr-gray-12)}.Account__fundTokens__item .Button{width:-moz-fit-content;width:fit-content;flex-shrink:0;flex-grow:0}