@keyframes growDown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes shrinkUp{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.animate-growDown{animation:growDown .4s ease-in-out forwards;transform-origin:top}.animate-shrinkUp{animation:shrinkUp .4s ease-in-out forwards;transform-origin:top}.dropdown{position:absolute;width:100%;padding:40px;background-color:var(--base-01);box-shadow:var(--dropdown);border-top:1px solid var(--base-03);border-radius:0 0 32px 32px;transform-origin:top center;z-index:30}[data-theme=dark] .dropdown{top:150px;border-top:1px solid hsla(0,0%,100%,.2)}[data-theme=dark] .dropdown[data-dropdown-open=true]{background:rgba(42,62,99,.502);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 14px 48px rgba(0,0,0,.3)}@media(max-width:1275px){.dropdown{top:150px}}@media(max-width:991.98px){.dropdown{display:none}}.dropdown__groups{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.dropdown__group{border-right:1px solid var(--base-03)}[data-theme=dark] .dropdown__group{border-right:1px solid hsla(0,0%,100%,.2)}.dropdown__group:last-child{border-right:none}.dropdown__group-title{font-weight:500;color:var(--base-09);letter-spacing:.01em;margin-bottom:24px}[data-theme=dark] .dropdown__group-title{color:var(--base-01)}.dropdown__group-items{display:flex;flex-direction:column;gap:16px}.dropdown__list-item{display:flex;align-items:center;gap:12px;transition:color .3s;color:var(--text-01);font-size:var(--body-m);line-height:var(--line-h-body-m)}[data-theme=dark] .dropdown__list-item,[data-theme=dark] .dropdown__list-item .card-icon{color:var(--base-01)}.dropdown__list-item:hover{text-decoration:none}.dropdown__list-item:hover,.dropdown__list-item:hover .card-icon{color:var(--primary-disable)}.card-icon{color:var(--base-05);transition:all .2s ease-in-out}@keyframes skeleton-loading{0%{background-color:var(--base-02)}to{background-color:var(--base-03)}}@keyframes skeleton-loading-dark{0%{background-color:#021a4e}to{background-color:#04163a}}.exchange__up{color:var(--support-04)}.exchange__down{color:var(--support-06)}.exchange__list{margin-left:auto;display:flex;align-items:center}@media(max-width:1275px){.exchange__list{margin-right:auto}}@media(max-width:991.98px){.exchange__list{display:none}}.exchange__list-item{display:flex;align-items:center}.exchange__list-item:not(:last-child){margin-right:20px}@media(max-width:1275px){.exchange__list-item:not(:last-child){margin-right:8px}}.exchange__list-skeleton-item{width:150px;height:24px;border-radius:var(--radius-sm)}[data-theme=dark] .exchange__list-skeleton-item{animation:skeleton-loading-dark 1s linear infinite alternate}[data-theme=light] .exchange__list-skeleton-item{animation:skeleton-loading 1s linear infinite alternate}.exchange__currency,.exchange__percent{margin-right:4px}.exchange__currency{font-weight:var(--weight-medium)}.exchange__value{margin-right:8px}@media(max-width:1275px){.exchange__value{margin-right:4px}}[data-theme=dark] .exchange__currency,[data-theme=dark] .exchange__value{color:var(--base-01)}