html{scroll-behavior:smooth}
.crypnot-motion{opacity:0;transform:translateY(12px);transition:opacity .48s cubic-bezier(.2,.75,.25,1),transform .48s cubic-bezier(.2,.75,.25,1)}
.crypnot-motion.is-visible{opacity:1;transform:none}
.crypnot-primary-action,.crypnot-button,.crypnot-icon-button,.crypnot-account-trigger,.crypnot-sidebar__nav a,.crypnot-search-group>a,.crypnot-market-table__row{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.crypnot-primary-action:hover,.crypnot-button:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.12)}
.crypnot-icon-button:hover{border-color:#777;transform:translateY(-1px)}
.crypnot-sidebar__nav a:hover{background:#111;transform:translateX(2px)}
.crypnot-market-table__row:not(.crypnot-market-table__header):hover{background:#fafaf8}
.crypnot-topbar-popover:not([hidden]){animation:crypnot-pop-in .2s cubic-bezier(.2,.75,.25,1) both}
body>.crypnot-search-panel:not([hidden]){animation:crypnot-modal-in .2s cubic-bezier(.2,.75,.25,1) both}
body>.crypnot-search-backdrop:not([hidden]){animation:crypnot-fade-in .18s ease both}
.crypnot-info::after{transform-origin:top center}
.crypnot-info:hover::after,.crypnot-info:focus-visible::after{animation:crypnot-tip-in .16s ease both}
@keyframes crypnot-pop-in{from{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:none}}
@keyframes crypnot-modal-in{from{opacity:0;transform:translate(-50%,-48%) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes crypnot-fade-in{from{opacity:0}to{opacity:1}}
@keyframes crypnot-tip-in{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.crypnot-motion,.crypnot-primary-action,.crypnot-button,.crypnot-icon-button,.crypnot-account-trigger,.crypnot-sidebar__nav a,.crypnot-search-group>a,.crypnot-market-table__row,.crypnot-top-assets__list article{transition:none!important}.crypnot-motion{opacity:1;transform:none}.crypnot-topbar-popover:not([hidden]),body>.crypnot-search-panel:not([hidden]),body>.crypnot-search-backdrop:not([hidden]),.crypnot-info:hover::after,.crypnot-info:focus-visible::after{animation:none!important}}
