@layer components{.market-primary-currency-dropdown-item{box-sizing:border-box;align-items:center;width:100%;line-height:1;position:relative}.market-primary-currency-dropdown-item.is-secondary{justify-content:space-between;gap:0 4px;display:flex}.market-primary-currency-dropdown-item.is-primary{grid-template-columns:repeat(3,1fr);gap:0 4px;display:grid}.market-primary-currency-dropdown-item__currency{min-width:0;font-family:var(--font-primary);flex:1;align-items:center;gap:12px;display:flex}.market-primary-currency-dropdown-item__currency-icon{flex-shrink:0;width:32px;height:32px}.market-primary-currency-dropdown-item__currency-info{align-items:center;gap:8px;min-width:0;line-height:1;display:flex}.market-primary-currency-dropdown-item__currency-name{max-width:100%;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.market-primary-currency-dropdown-item__currency-ticker{color:var(--ui-500);font-size:12px;font-weight:500}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--currency{border-bottom:1px solid var(--ui-400);grid-column:1/4;justify-content:space-between;align-items:center;gap:24px;margin-bottom:12px;padding-bottom:12px;display:flex}.market-primary-currency-dropdown-item__cell--currency{min-width:0}.market-primary-currency-dropdown-item__cell--chart{align-self:center}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--chart,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--change,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-secondary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--chart{display:none}.market-primary-currency-dropdown-item__cell--caret{align-self:center;width:20px;display:none}.market-primary-currency-dropdown-item.is-active .market-primary-currency-dropdown-item__caret:before{content:""}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__caret:before{transform-origin:50%;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%235F6873' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 8.33 10 13l5-4.67'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:20px;height:20px;display:block}.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__caret:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23FF9A1F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 8.33 7.5 13l-2-4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:20px;height:20px;display:block}.market-primary-currency-dropdown-item__label{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:12px;font-weight:700;line-height:normal;overflow:hidden}.market-primary-currency-dropdown-item__value{pointer-events:none;font-size:14px;line-height:16px}.market-primary-currency-dropdown-item__cell--change .market-primary-currency-dropdown-item__value{text-align:center;flex-direction:row;align-items:center;gap:8px;display:inline-flex}.market-primary-currency-dropdown-item__percent-change{font-size:14px;line-height:20px;display:inline-block}.market-primary-currency-dropdown-item__percent-change--down{color:var(--system-color-error)}.market-primary-currency-dropdown-item__percent-change--up{color:var(--system-color-success)}.market-primary-currency-dropdown-item__amount-change{color:var(--text-gray);font-size:12px;display:none}@media (width>=640px){.market-primary-currency-dropdown-item__currency-info{flex-direction:column;align-items:flex-start;gap:6px}}@media (width>=768px){.market-primary-currency-dropdown-item__amount-change{display:block}}@media (width>=992px){.market-primary-currency-dropdown-item.is-secondary{grid-template-columns:repeat(6,1fr) 20px;gap:16px;display:grid}.market-primary-currency-dropdown-item.is-primary{grid-template-columns:repeat(6,1fr) 20px;gap:16px}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--currency{border:none;grid-column:1/2;margin-bottom:0;padding-bottom:0}.market-primary-currency-dropdown-item__cell--price,.market-primary-currency-dropdown-item__cell--change,.market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item__cell--volume-secondary,.market-primary-currency-dropdown-item__cell--chart{text-align:right}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__cell--chart,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--change,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-primary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--volume-secondary,.market-primary-currency-dropdown-item.is-secondary .market-primary-currency-dropdown-item__cell--chart,.market-primary-currency-dropdown-item__cell--caret{display:block}.market-primary-currency-dropdown-item.is-primary .market-primary-currency-dropdown-item__caret--mobile{display:none}}.market-primary-currency-dropdown-trigger{background:var(--ui-100);border:1px solid var(--ui-400);padding:12px 16px}@media (width>=992px){.market-primary-currency-dropdown-trigger{padding:16px 16px 16px 32px}}.market-primary-currency-dropdown-menu{box-sizing:border-box;background:var(--ui-100);border:1px solid var(--ui-400)}.market-primary-currency-dropdown-menu__search{border-bottom:1px solid var(--ui-500)}.market-primary-currency-dropdown-menu__items{max-height:60vh;overflow:hidden auto}.market-primary-currency-dropdown-menu__item{box-sizing:border-box;-webkit-user-select:none;user-select:none;width:100%;padding:12px 16px;line-height:1;transition:all .125s ease-in-out}.market-primary-currency-dropdown-menu__item.is-active{background:#fff5e9}.market-primary-currency-dropdown-menu__item:hover{cursor:pointer;background:#fff5e9}@media (width>=992px){.market-primary-currency-dropdown-menu__item{padding:16px 16px 16px 32px}}.market-primary-currency-dropdown{position:relative}.market-history-chart-canvas{box-sizing:border-box;width:100%;height:100%;position:relative}.market-history-chart-canvas__overlay{background:0 0}.market-history-chart-canvas__chart{z-index:var(--z-index-1);position:relative}.market-history-chart-canvas__no-data{width:100%;height:100%;color:var(--text-primary);justify-content:center;align-items:center;font-size:18px;display:none}.market-history-chart-canvas__no-data.is-visible{display:flex}.market-history-chart{background:var(--ui-100);flex-direction:column;height:100%;display:flex}.market-history-chart__intervals{flex-shrink:0;justify-content:flex-end;padding:8px 16px 0;display:flex}.market-history-chart__interval{color:var(--ui-500);font-size:14px;font-weight:700;font-family:var(--font-primary);text-align:center;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:4px 10px}.market-history-chart__interval:hover{color:var(--color-navy-blue)}.market-history-chart__interval.is-active{color:var(--ui-100);background:var(--color-navy-blue)}.market-history-chart__body{flex:1}.order-book-table-pagination{align-items:center;gap:12px;font-size:14px;display:inline-flex}.order-book-table-pagination__buttons{align-items:center;display:flex}.order-book-table-pagination__button{padding:8px;line-height:1}.order-book-table-pagination__button:disabled{color:var(--text-light-gray)}.order-book-table-pagination__icon{width:20px;height:20px}.order-book-table__title{font-size:16px;font-weight:500;font-family:var(--font-primary);margin:0}.order-book-table table{table-layout:fixed;border-collapse:collapse;width:100%;margin-bottom:24px;line-height:1}.order-book-table thead tr td,.order-book-table thead tr th{color:var(--text-primary);padding:16px 8px 40px;font-size:14px;font-weight:400;position:relative}.order-book-table thead tr td:after,.order-book-table thead tr th:after{background:var(--ui-300);content:"";width:100%;height:1px;display:block;position:absolute;bottom:24px;left:0;right:0}.order-book-table tbody tr td,.order-book-table tbody tr th{border-bottom:1px solid var(--ui-300);padding:12px 8px;font-size:14px}.order-book-table__pagination{text-align:center}.order-book-table--side-bids .order-book-table__title,.order-book-table--side-offers .order-book-table__title{text-align:left}.order-book-table--side-bids table{direction:rtl}.order-book-table--side-bids tr td:first-child,.order-book-table--side-bids tr th:first-child{text-align:right;padding-right:0}.order-book-table--side-bids tr td:last-child,.order-book-table--side-bids tr th:last-child{text-align:left;padding-left:0}.order-book-table--side-bids thead th,.order-book-table--side-bids thead td{direction:ltr}.order-book-table--side-bids tbody tr td,.order-book-table--side-bids tbody tr th{color:var(--system-color-success)}.order-book-table--side-offers tr td:first-child,.order-book-table--side-offers tr th:first-child{text-align:left;padding-left:0}.order-book-table--side-offers tr td:last-child,.order-book-table--side-offers tr th:last-child{text-align:right;padding-right:0}.order-book-table--side-offers tbody tr td,.order-book-table--side-offers tbody tr th{color:var(--system-color-error)}@media (width>=768px){.order-book-table--side-bids .order-book-table__title{text-align:right}.order-book-table--side-bids table{direction:ltr}.order-book-table--side-bids tr td:first-child,.order-book-table--side-bids tr th:first-child{text-align:left;padding-left:0;padding-right:8px}.order-book-table--side-bids tr td:last-child,.order-book-table--side-bids tr th:last-child{text-align:right;padding-left:8px;padding-right:0}}.market-page-panel{box-sizing:border-box;background:var(--ui-100);border:1px solid var(--ui-400);flex-direction:column;height:100%;display:flex}.market-page-panel__header{background:var(--color-light-gray);align-items:center;gap:10px;padding:24px 16px;display:flex}.market-page-panel__title{color:var(--color-navy-blue);font-size:16px;font-weight:700;font-family:var(--font-primary);margin:0;line-height:1}.market-page-panel__body{box-sizing:border-box;flex:1;padding:24px 16px;position:relative}@media (width>=640px){.market-page-panel__header{padding:24px 32px}.market-page-panel__title{font-size:20px;line-height:normal}.market-page-panel__body{padding:32px}}.order-book__body{box-sizing:border-box;height:100%;min-height:507px;position:relative}.order-book__wrapper{flex-direction:column;gap:32px;display:flex}.order-book__wrapper[hidden]{display:none}.order-book__table{flex:1}.order-book__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:507px;display:flex}.order-book__empty-icon{margin-bottom:16px}.order-book__empty-text{color:var(--text-primary);margin:0;font-size:16px}@media (width>=768px){.order-book__wrapper{flex-direction:row}}.market-depth-chart__chart{height:220px}.market-depth-chart__empty{text-align:center;justify-content:center;align-items:center;height:220px;display:flex}.market-depth-chart__empty-text{color:var(--text-primary);margin:0;font-size:16px}@media (width>=768px){.market-depth-chart__chart,.market-depth-chart__empty{height:370px}}.market-recent-trades-table{height:100%;position:relative}.market-recent-trades-table__loader{height:370px}.market-recent-trades-table__table{height:100%}.market-recent-trades-table table{border-collapse:collapse;width:100%;line-height:1}.market-recent-trades-table__row--side-bid .market-recent-trades-table__cell--price{color:var(--system-color-success)}.market-recent-trades-table__row--side-offer .market-recent-trades-table__cell--price{color:var(--system-color-error)}.market-recent-trades-table thead tr td,.market-recent-trades-table thead tr th{color:var(--text-primary);padding:0 8px 40px;font-size:16px;font-weight:500;position:relative}.market-recent-trades-table thead tr td:after,.market-recent-trades-table thead tr th:after{background:var(--ui-300);content:"";width:100%;height:1px;display:block;position:absolute;bottom:24px;left:0;right:0}.market-recent-trades-table thead tr td:first-child,.market-recent-trades-table thead tr th:first-child{text-align:left;padding-left:0}.market-recent-trades-table thead tr td:last-child,.market-recent-trades-table thead tr th:last-child{text-align:right;padding-right:0}.market-recent-trades-table tbody tr td,.market-recent-trades-table tbody tr th{border-bottom:1px solid var(--ui-300);padding:12px 8px;font-size:14px}.market-recent-trades-table tbody tr td:first-child,.market-recent-trades-table tbody tr th:first-child{text-align:left;padding-left:0}.market-recent-trades-table tbody tr td:last-child,.market-recent-trades-table tbody tr th:last-child{text-align:right;padding-right:0}.market-recent-trades-table__price{white-space:nowrap}.market-page{margin-bottom:24px;position:relative}.market-page:before{z-index:var(--z-index-1);background:var(--color-navy-blue);content:"";height:640px;position:absolute;top:0;left:0;right:0}.market-page__container{z-index:var(--z-index-2);position:relative}.market-page__header{color:var(--ui-100);background:var(--color-navy-blue);flex-direction:column;gap:24px;padding:48px 0 24px;display:flex}.market-page__title{font-size:28px;font-weight:400;font-family:var(--font-secondary);margin:0}.market-page__bread-crumbs{margin-bottom:12px}.market-page__ticker-and-price{font-family:var(--font-primary)}.market-page__secondary-currency{flex-shrink:0}.market-page__body{z-index:var(--z-index-2);flex-direction:column;gap:24px;display:flex;position:relative}.market-page__dropdown{grid-area:dropdown}.market-page__tadingview{border:1px solid var(--ui-400);grid-area:tadingview;height:420px}.market-page__order-book{grid-area:order-book}.market-page__buy-sell{grid-area:buy-sell}.market-page__market-depth{grid-area:market-depth}.market-page__recent-trades{grid-area:recent-trades}@media (width>=640px){.market-page__tadingview{height:620px}}@media (width>=768px){.market-page__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:48px}.market-page__title{font-size:38px}}@media (width>=992px){.market-page__body{grid-template-columns:1fr 358px;grid-template-areas:"dropdown dropdown""tadingview tadingview""order-book buy-sell""market-depth recent-trades";display:grid}}@media (width>=1142px){.market-page__header{padding:60px 0}}.otc-cta-section{color:var(--ui-100);background:var(--color-navy-blue);padding:60px 0}.otc-cta-section__image{clip-path:polygon(25% 0,100% 0,100% 100%,0 100%,0 25%);margin-bottom:30px;display:inline-flex}.otc-cta-section__content{flex:1}.otc-cta-section__title{font-size:24px;font-weight:400;font-family:var(--font-secondary);margin:0 0 16px;line-height:32px}.otc-cta-section__subtitle{font-size:16px;font-weight:400;font-family:var(--font-primary);line-height:24px}.otc-cta-section__header{margin-bottom:30px}@media (width>=640px){.otc-cta-section__container{align-items:center;display:flex}.otc-cta-section__image{flex-shrink:0;width:160px;height:160px;margin-bottom:0;margin-right:60px}}@media (width>=768px){.otc-cta-section__title{margin-bottom:24px;font-size:34px}.otc-cta-section__subtitle{font-size:18px;line-height:26px}}@media (width>=992px){.otc-cta-section{padding:48px 0}.otc-cta-section__content{justify-content:space-between;align-items:center;gap:60px;display:flex}.otc-cta-section__header{margin-bottom:0}}}
