.funding-pair-cell {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.25;
	word-break: break-all;
	white-space: normal;
}

.funding-spread-route {
	margin-top: 0.2rem;
	font-size: 0.8125rem;
	color: var(--pf-muted, var(--text-muted));
}

.funding-exchange-cell {
	min-width: 6.5rem;
}

.funding-rate {
	font-size: 0.875rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.funding-rate--positive {
	color: rgb(74, 222, 128);
}

.funding-rate--negative {
	color: rgb(248, 113, 113);
}

.funding-trade-link {
	display: inline-block;
	margin-top: 0.2rem;
	font-size: 0.8125rem;
}

.view--fundings #funding-pairs-card {
	min-height: 70vh;
}

.page-profile-figma .view--fundings .fundings-table.futures-table {
	table-layout: auto;
	width: 100%;
	min-width: 100%;
}

.page-profile-figma .view--fundings .fundings-table.futures-table thead th,
.page-profile-figma .view--fundings .fundings-table.futures-table tbody td {
	overflow: visible;
	text-overflow: clip;
	width: auto;
	max-width: none;
}

.page-profile-figma .view--fundings .fundings-table-panel {
	border-top: 0.8px solid rgb(35, 46, 65);
	min-height: 50vh;
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table-panel {
	border-top-color: rgba(0, 0, 0, 0.08);
}

.page-profile-figma .view--fundings .fundings-table-scroll-top {
	overflow-x: auto;
	overflow-y: hidden;
	height: 12px;
	margin-bottom: 0;
	scrollbar-width: thin;
	scrollbar-color: var(--scrollbar-thumb, #3d4d66) var(--scrollbar-track, rgba(255, 255, 255, 0.04));
}

.page-profile-figma .view--fundings .fundings-table-scroll-top::-webkit-scrollbar {
	height: 10px;
}

.page-profile-figma .view--fundings .fundings-table-scroll-top::-webkit-scrollbar-track {
	background: var(--scrollbar-track, rgba(255, 255, 255, 0.04));
	border-radius: 999px;
}

.page-profile-figma .view--fundings .fundings-table-scroll-top::-webkit-scrollbar-thumb {
	background: var(--scrollbar-thumb, #3d4d66);
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: padding-box;
}

.page-profile-figma .view--fundings .fundings-table-scroll-top::-webkit-scrollbar-thumb:hover {
	background: var(--scrollbar-thumb-hover, #4d6078);
}

.page-profile-figma .view--fundings .fundings-table-scroll-top-inner {
	height: 1px;
}

.page-profile-figma .view--fundings .fundings-table-wrap--scroll {
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.page-profile-figma .view--fundings .fundings-table-wrap--scroll::-webkit-scrollbar {
	display: none;
	height: 0;
}

.page-profile-figma .view--fundings .fundings-table--figma {
	table-layout: auto;
	width: 100%;
	min-width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.875rem;
	--ft-border: rgb(35, 46, 65);
	--funding-sticky-pair-w: 96px;
	--funding-sticky-spread-w: 184px;
}

.page-profile-figma .view--fundings .fundings-table--figma col.funding-col-pair {
	width: var(--funding-sticky-pair-w);
}

.page-profile-figma .view--fundings .fundings-table--figma col.funding-col-spread {
	width: var(--funding-sticky-spread-w);
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma {
	--ft-border: rgba(0, 0, 0, 0.08);
}

.page-profile-figma .view--fundings .fundings-table--figma th,
.page-profile-figma .view--fundings .fundings-table--figma td {
	border-right: 0.8px solid var(--ft-border);
	border-bottom: 0.8px solid var(--ft-border);
	padding: 0.65rem 0.75rem;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}

.page-profile-figma .view--fundings .fundings-table--figma th {
	text-align: left;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgb(90, 130, 185);
	background: rgb(11, 15, 23);
	white-space: nowrap;
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma th {
	background: rgba(229, 237, 248, 0.99);
	color: #4e6380;
}

.page-profile-figma .view--fundings .fundings-table--figma th:last-child,
.page-profile-figma .view--fundings .fundings-table--figma td:last-child {
	border-right: none;
}

.page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(even) td {
	background-color: rgb(17, 22, 35);
}

.page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(odd) td {
	background-color: rgb(15, 20, 31);
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(even) td {
	background-color: #ffffff;
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(odd) td {
	background-color: rgba(238, 243, 251, 0.65);
}

.page-profile-figma .view--fundings .fundings-table--figma tbody tr:hover td.funding-col-scrollable {
	background-color: rgb(20, 26, 40);
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:hover td.funding-col-scrollable {
	background-color: rgba(226, 236, 252, 0.98);
}

.page-profile-figma .view--fundings .fundings-table--figma tbody tr:hover td.funding-col-sticky--pair {
	background-color: rgb(20, 26, 40);
}

.page-profile-figma .view--fundings .fundings-table--figma tbody tr:hover td.funding-col-sticky--spread {
	background-color: rgb(20, 26, 40);
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:hover td.funding-col-sticky--pair,
html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:hover td.funding-col-sticky--spread {
	background-color: rgba(226, 236, 252, 0.98);
}

.page-profile-figma .view--fundings .fundings-table--figma .spot-profit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.funding-col-compact .funding-exchange-cell,
.funding-col-compact thead th.funding-exchange-th {
	min-width: 5.5rem;
}

.funding-table--many {
	width: max-content !important;
	min-width: 100%;
}

.funding-col-sticky {
	position: sticky;
	box-sizing: border-box;
	overflow: hidden;
	isolation: isolate;
}

.funding-col-sticky--pair {
	left: 0;
	width: var(--funding-sticky-pair-w);
	min-width: var(--funding-sticky-pair-w);
	max-width: var(--funding-sticky-pair-w);
	z-index: 5;
}

.funding-col-sticky--spread {
	left: var(--funding-sticky-pair-w);
	width: var(--funding-sticky-spread-w);
	min-width: var(--funding-sticky-spread-w);
	max-width: var(--funding-sticky-spread-w);
	box-shadow: 6px 0 10px -8px rgba(0, 0, 0, 0.65);
	white-space: normal;
	z-index: 6;
}

.page-profile-figma .view--fundings .fundings-table--figma th.funding-col-sticky--spread {
	white-space: normal;
}

.page-profile-figma .view--fundings .fundings-table--figma td.funding-col-scrollable,
.page-profile-figma .view--fundings .fundings-table--figma th.funding-exchange-th {
	position: relative;
	z-index: 1;
}

html[data-theme="light"] .funding-col-sticky--spread {
	box-shadow: 6px 0 10px -8px rgba(15, 23, 42, 0.12);
}

.page-profile-figma .view--fundings .fundings-table--figma thead th.funding-col-sticky--pair {
	z-index: 15;
	background-color: rgb(11, 15, 23);
}

.page-profile-figma .view--fundings .fundings-table--figma thead th.funding-col-sticky--spread {
	z-index: 16;
	background-color: rgb(11, 15, 23);
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma thead th.funding-col-sticky--pair,
html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma thead th.funding-col-sticky--spread {
	background-color: rgba(229, 237, 248, 0.99);
}

.page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(even) td.funding-col-sticky--pair,
.page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(even) td.funding-col-sticky--spread {
	background-color: rgb(17, 22, 35);
}

.page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(odd) td.funding-col-sticky--pair,
.page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(odd) td.funding-col-sticky--spread {
	background-color: rgb(15, 20, 31);
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(even) td.funding-col-sticky--pair,
html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(even) td.funding-col-sticky--spread {
	background-color: #ffffff;
}

html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(odd) td.funding-col-sticky--pair,
html[data-theme="light"] .page-profile-figma .view--fundings .fundings-table--figma tbody tr:nth-child(odd) td.funding-col-sticky--spread {
	background-color: rgba(238, 243, 251, 0.65);
}

.funding-longshort-line {
	display: block;
}

.funding-longshort-label {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--pf-muted, var(--text-muted));
	margin-right: 0.35rem;
}

.funding-longshort-value {
	font-size: 0.8125rem;
	color: var(--pf-text, var(--text));
}

.page-profile-figma .view--fundings .ft-results-header .spot-stats {
	justify-content: flex-end;
	margin-left: auto;
	margin-bottom: 0;
	gap: 0;
}

.page-profile-figma .view--fundings #funding-pairs-card .spot-show-more-row {
	border-top: 0.8px solid rgb(35, 46, 65);
	padding-top: 1rem;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

html[data-theme="light"] .page-profile-figma .view--fundings #funding-pairs-card .spot-show-more-row {
	border-top-color: rgba(45, 58, 79, 0.18);
}

.page-profile-figma .view--fundings .fundings-toolbar {
	margin-top: 0.9rem;
}
