@layer components{.markets-table{background:var(--ui-100);border:1px solid var(--ui-400);padding:8px 24px 0 28px;position:relative}.markets-table table{color:inherit;empty-cells:show;border-collapse:collapse;border-spacing:0;font-variant-numeric:tabular-nums;margin:0;font-weight:400}.markets-table table thead td,.markets-table table thead th{padding:22px 8px}.markets-table table tbody td,.markets-table table tbody th{border-top:1px solid var(--ui-300);padding:16px 8px}.markets-table table tbody tr td:first-child,.markets-table table tbody tr th:first-child,.markets-table table thead tr td:first-child,.markets-table table thead tr th:first-child{padding-left:0}.markets-table table tbody tr td:last-child,.markets-table table tbody tr th:last-child,.markets-table table thead tr td:last-child,.markets-table table thead tr th:last-child{padding-right:0}.markets-table__cell--header{color:var(--text-primary);font-weight:700;font-size:10px!important}.markets-table__cell--price,.markets-table__cell--volume{color:var(--text-primary);font-size:12px}.markets-table__cell--price,.markets-table__cell--change,.markets-table__cell--volume,.markets-table__cell--chart,.markets-table__cell--actions{text-align:right}.markets-table__cell--chart,.markets-table__cell--actions{display:none}.markets-table__cell--volume{padding-right:0!important}.markets-table__cell--chart{width:143px}.markets-table__cell--actions{max-width:158px}.markets-table__sort-order{color:var(--text-primary);font-weight:inherit;align-items:center;gap:4px;display:inline-flex}.markets-table__sort-order:after{transform-origin:50%;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none'%3E%3Cpath fill='%231E272E' fill-rule='evenodd' d='M3.32.27a1 1 0 0 1 1.36 0l3 2.8a1 1 0 1 1-1.36 1.46L4 2.37 1.68 4.53A1 1 0 1 1 .32 3.07l3-2.8Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:16px;height:16px;transition:all .125s ease-in-out}.markets-table__sort-order[data-sort-direction=none]:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none'%3E%3Cpath fill='%23D3D4D8' fill-rule='evenodd' d='M3.32.27a1 1 0 0 1 1.36 0l3 2.8a1 1 0 1 1-1.36 1.46L4 2.37 1.68 4.53A1 1 0 1 1 .32 3.07l3-2.8Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.markets-table__sort-order[data-sort-direction=desc]:after{transform:rotate(180deg)}.markets-table__sort-order[data-sort-direction=asc]:after{transform:rotate(0)}.markets-table__currency,.markets-table__currency:visited,.markets-table__currency:hover{font-family:var(--font-primary);flex:1;align-items:center;gap:8px;text-decoration:none;display:flex}.markets-table__currency-icon{flex-shrink:0;width:24px;height:24px}.markets-table__currency-info{align-items:center;gap:8px;width:100%;min-width:0;line-height:1;display:flex}.markets-table__currency-name{width:100%;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;display:none;overflow:hidden}a.markets-table__currency .markets-table__currency-name{text-decoration:underline}a.markets-table__currency .markets-table__currency-name:hover{text-decoration:none}.markets-table__currency-ticker{color:var(--text-primary);white-space:nowrap;font-size:12px;font-weight:700}a.markets-table__currency .markets-table__currency-ticker{text-decoration:underline}.markets-table__value{white-space:nowrap}.markets-table__change{box-sizing:border-box;text-align:center;gap:8px}.markets-table__percent-change{text-align:right;font-size:10px;line-height:20px;display:inline-block}.markets-table__percent-change--down{color:var(--system-color-error)}.markets-table__percent-change--up{color:var(--system-color-success)}.markets-table__amount-change{color:var(--text-gray);text-align:right;font-size:12px;display:none}.markets-table__actions{align-items:center;gap:8px;display:inline-flex}.markets-table__button{box-sizing:border-box;white-space:nowrap;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:#0000;justify-content:center;align-items:center;gap:8px;height:32px;padding:0 24px;font-size:14px;font-weight:400;line-height:16px;text-decoration:none;transition:all .125s cubic-bezier(.4,0,.2,1);display:inline-flex}.markets-table__button--buy{color:var(--color-navy-blue);background-color:var(--color-orange);font-weight:700}.markets-table__button--buy:hover{color:var(--color-navy-blue);background-color:#feae34}.markets-table__button--sell{color:var(--color-navy-blue);border:2px solid var(--color-orange);background-color:#0000;font-weight:700}.markets-table__button--sell:hover{color:var(--color-navy-blue);background-color:var(--color-orange)}.markets-table__desktop{display:none}@media (width>=640px){.markets-table__currency,.markets-table__currency:visited,.markets-table__currency:hover{gap:12px}.markets-table__currency-icon{width:32px;height:32px}.markets-table__currency-info{flex-direction:column;align-items:flex-start;gap:4px}.markets-table__desktop{display:inline}.markets-table__mobile{display:none}}@media (width>=768px){.markets-table{padding:8px 32px 0 28px}.markets-table table tbody td,.markets-table table tbody th{padding:12px}.markets-table__cell--header{font-size:14px!important}.markets-table__cell--price,.markets-table__cell--volume{font-size:14px;line-height:20px}.markets-table__cell--volume{padding:12px}.markets-table__change{grid-template-columns:repeat(2,1fr);align-items:center;display:grid}.markets-table__percent-change{font-size:14px}.markets-table__amount-change{font-size:12px;display:block}}@media (width>=992px){.markets-table table thead td,.markets-table table thead th{padding:22px 12px}.markets-table__cell--chart,.markets-table__cell--actions{display:table-cell}.markets-table__currency-name{display:block}.markets-table__currency-ticker{color:var(--ui-500);font-size:14px;font-weight:500}a.markets-table__currency .markets-table__currency-ticker{text-decoration:none}}@media (width>=1440px){.markets-table__cell--currency{min-width:340px}}.markets-table-filters{align-items:center;gap:16px;display:flex}.markets-table-filters__search{flex:1}.markets-table-filters__secondary-currency{flex-shrink:0}@media (width>=992px){.markets-table-filters__search{max-width:350px}}.markets-page{margin-bottom:60px;position:relative}.markets-page:before{z-index:var(--z-index-1);background:var(--color-navy-blue);content:"";height:500px;position:absolute;top:0;left:0;right:0}.markets-page__header{padding:24px var(--padding-x-mobile) 24px var(--padding-x-mobile);color:var(--ui-100);flex-direction:column;gap:24px;display:flex}.markets-page__bread-crumbs{margin-bottom:8px;font-size:14px}.markets-page__title{font-size:28px;font-weight:400;font-family:var(--font-secondary);margin:0}.markets-page__container{z-index:var(--z-index-2);position:relative;padding:0!important}@media (width>=640px){.markets-page__header{padding-left:0;padding-right:0}.markets-page__bread-crumbs{margin-bottom:16px;font-size:16px}.markets-page__container{padding-right:var(--padding-x-desktop)!important;padding-left:var(--padding-x-desktop)!important}}@media (width>=768px){.markets-page__header{padding-top:60px;padding-bottom:40px}.markets-page__title{font-size:34px}.markets-page__filters{width:366px}}@media (width>=992px){.markets-page__header{flex-direction:row;justify-content:space-between;align-items:flex-end}.markets-page__title{font-size:38px}.markets-page__filters{width:496px;margin-bottom:4px}}@media (width>=1142px){.markets-page{margin-bottom:100px}}}
