body {
  background: #020607 !important;
  color: #eef5f5 !important;
}

:root {
  --spec-header-height: 58px;
  --spec-toolbar-height: 58px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 10%, rgba(0, 210, 180, .12), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(255, 75, 15, .11), transparent 38%),
    radial-gradient(circle at 50% 42%, rgba(0, 120, 90, .07), transparent 44%),
    #020607;
}

header {
  position: sticky !important;
  top: 0;
  background: rgba(5, 10, 13, .86) !important;
  border-bottom-color: rgba(255, 255, 255, .08) !important;
  box-shadow: 0 14px 48px rgba(0, 0, 0, .38);
  backdrop-filter: blur(18px) saturate(1.2);
  overflow: visible !important;
  z-index: 100000 !important;
}

header h1 {
  color: #fff !important;
  text-shadow: 0 0 26px rgba(255, 255, 255, .08);
}

.spec-learn-more {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100002;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border: 1px solid rgba(255, 75, 15, .64);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 75, 15, .30), rgba(255, 75, 15, .13));
  color: #fff !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 28px rgba(255, 75, 15, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.spec-learn-more:hover {
  border-color: rgba(255, 100, 35, .86);
  background: linear-gradient(180deg, rgba(255, 75, 15, .42), rgba(255, 75, 15, .18));
  box-shadow: 0 0 34px rgba(255, 75, 15, .24), inset 0 1px 0 rgba(255, 255, 255, .10);
  transform: translate(-50%, calc(-50% - 1px));
}

.toolbar {
  position: sticky !important;
  top: var(--spec-header-height);
  z-index: 99990;
  background: rgba(8, 13, 15, .72) !important;
  border-bottom-color: rgba(255, 255, 255, .08) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(16px) saturate(1.2);
}

.spec-sticky-head-wrap {
  position: sticky;
  top: calc(var(--spec-header-height) + var(--spec-toolbar-height));
  z-index: 99980;
  margin: 0 24px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(7, 14, 15, .94);
  border-bottom: 1px solid rgba(0, 210, 180, .16);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(14px) saturate(1.15);
  scrollbar-color: rgba(0, 210, 180, .46) rgba(255, 255, 255, .05);
}

.spec-sticky-head-wrap::-webkit-scrollbar {
  height: 12px;
}

.spec-sticky-head-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .05);
  border-radius: 999px;
}

.spec-sticky-head-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(0, 210, 180, .62), rgba(255, 75, 15, .42));
  border: 3px solid rgba(5, 10, 13, .9);
  border-radius: 999px;
}

.spec-sticky-head-table {
  margin: 0 !important;
  border-collapse: collapse;
  table-layout: fixed;
  transform-origin: left center;
  will-change: auto;
}

.spec-sticky-head-table th {
  padding: 10px 12px;
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .085), rgba(0, 140, 100, .055)),
    rgba(8, 18, 19, .88) !important;
  color: rgba(176, 244, 229, .94) !important;
  border-left: 1px solid rgba(0, 210, 180, .10);
  border-right: 1px solid rgba(0, 140, 100, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

.spec-sticky-head-table th:hover {
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .13), rgba(0, 140, 100, .08)),
    rgba(10, 24, 24, .94) !important;
}

.lang-btn,
.tab,
.search,
.compare-search,
.category-filter,
.compare-filter {
  background: rgba(255, 255, 255, .045) !important;
  border-color: rgba(255, 255, 255, .10) !important;
  color: rgba(218, 234, 240, .82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.lang-btn:hover,
.tab:hover,
.cat-expand-btn:hover {
  background: rgba(255, 255, 255, .075) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
}

.header-right,
.lang-switcher {
  overflow: visible !important;
  z-index: 100001 !important;
}

.lang-switcher,
#langBtn,
#langDropdown {
  display: none !important;
}

.lang-dropdown {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  z-index: 2147483647 !important;
  background: rgba(7, 11, 13, .98) !important;
  border-color: rgba(255, 255, 255, .12) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
  scrollbar-color: rgba(255, 255, 255, .22) rgba(255, 255, 255, .05);
}

.lang-dropdown::-webkit-scrollbar {
  width: 8px;
}

.lang-dropdown::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .05);
  border-radius: 999px;
}

.lang-dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .24);
  border-radius: 999px;
}

.lang-dropdown button:hover {
  background: rgba(255, 75, 15, .12) !important;
}

.lang-dropdown button.active {
  color: #ff6b2a !important;
  background: rgba(255, 75, 15, .10) !important;
}

.tab.active {
  background: rgba(255, 75, 15, .16) !important;
  border-color: rgba(255, 75, 15, .50) !important;
  color: #fff !important;
  box-shadow: 0 0 24px rgba(255, 75, 15, .14), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.tab[data-id="standard_stp"].active {
  background: linear-gradient(180deg, rgba(0, 200, 160, .26), rgba(0, 200, 160, .13)) !important;
  border-color: rgba(0, 200, 160, .58) !important;
  box-shadow: 0 0 24px rgba(0, 200, 160, .14);
}

.tab[data-id="raw_ecn"].active {
  background: rgba(255, 255, 255, .13) !important;
  border-color: rgba(255, 255, 255, .24) !important;
}

.tab[data-id="premium"].active {
  background: rgba(255, 75, 15, .18) !important;
  border-color: rgba(255, 75, 15, .58) !important;
}

.tab[data-id="perpetual"].active {
  background:
    linear-gradient(180deg, rgba(0, 120, 210, .18), rgba(0, 210, 180, .075)),
    rgba(9, 18, 24, .92) !important;
  border-color: rgba(0, 160, 210, .42) !important;
  color: rgba(190, 235, 245, .98) !important;
  box-shadow: 0 0 24px rgba(0, 160, 210, .14), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.tab.compare-tab {
  border-color: rgba(255, 75, 15, .30) !important;
  color: #ffb199 !important;
}

.tab.compare-tab.active {
  background: rgba(255, 75, 15, .18) !important;
  border-color: rgba(255, 75, 15, .58) !important;
}

.search:focus,
.compare-search:focus,
.category-filter:focus,
.compare-filter:focus {
  border-color: rgba(0, 200, 160, .48) !important;
  box-shadow: 0 0 0 3px rgba(0, 200, 160, .10), inset 0 1px 0 rgba(255, 255, 255, .05);
}

table {
  background: rgba(6, 10, 12, .42) !important;
}

.table-wrap {
  overflow-x: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  scrollbar-color: rgba(0, 210, 180, .36) rgba(255, 255, 255, .05);
}

.table-wrap::-webkit-scrollbar {
  height: 12px;
}

.table-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .05);
  border-radius: 999px;
}

.table-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(0, 210, 180, .52), rgba(255, 75, 15, .38));
  border: 3px solid rgba(5, 10, 13, .88);
  border-radius: 999px;
}

#mainTable,
#compareTable {
  width: max-content !important;
  min-width: 100% !important;
  table-layout: auto !important;
}

#mainTable th,
#mainTable td,
#compareTable th,
#compareTable td,
.spec-sticky-head-table th {
  box-sizing: border-box;
  white-space: nowrap !important;
}

#mainTable td:nth-child(1),
.spec-sticky-head-table th:nth-child(1) {
  min-width: 120px;
}

#mainTable td:nth-child(2),
.spec-sticky-head-table th:nth-child(2) {
  min-width: 360px;
}

#mainTable td:nth-child(3),
.spec-sticky-head-table th:nth-child(3) {
  min-width: 160px;
}

#mainTable td:nth-child(4),
#mainTable td:nth-child(5),
.spec-sticky-head-table th:nth-child(4),
.spec-sticky-head-table th:nth-child(5) {
  min-width: 130px;
}

#mainTable td:nth-child(6),
.spec-sticky-head-table th:nth-child(6) {
  min-width: 160px;
}

#mainTable td:nth-child(7),
.spec-sticky-head-table th:nth-child(7) {
  min-width: 190px;
}

#mainTable td:nth-child(8),
.spec-sticky-head-table th:nth-child(8) {
  min-width: 180px;
}

#mainTable td:nth-child(9),
.spec-sticky-head-table th:nth-child(9) {
  min-width: 190px;
}

#mainTable td:nth-child(10),
.spec-sticky-head-table th:nth-child(10) {
  min-width: 170px;
}

#mainTable td:nth-child(11),
.spec-sticky-head-table th:nth-child(11) {
  min-width: 110px;
}

#mainTable td:nth-child(12),
#mainTable td:nth-child(13),
.spec-sticky-head-table th:nth-child(12),
.spec-sticky-head-table th:nth-child(13) {
  min-width: 120px;
}

#mainTable td:nth-child(14),
#mainTable td:nth-child(15),
.spec-sticky-head-table th:nth-child(14),
.spec-sticky-head-table th:nth-child(15) {
  min-width: 210px;
}

#mainTable td:nth-child(16),
.spec-sticky-head-table th:nth-child(16) {
  min-width: 250px;
}

#mainTable td:nth-child(17),
.spec-sticky-head-table th:nth-child(17) {
  min-width: 255px;
}

#mainTable td:nth-child(18),
.spec-sticky-head-table th:nth-child(18) {
  min-width: 130px;
}

#compareTable td:nth-child(1) {
  min-width: 340px;
}

#compareTable td:nth-child(2),
#compareTable td:nth-child(4) {
  min-width: 124px;
}

#compareTable td:nth-child(3),
#compareTable td:nth-child(6),
#compareTable td:nth-child(10) {
  min-width: 104px;
}

#compareTable td:nth-child(5) {
  min-width: 136px;
}

#compareTable td:nth-child(7),
#compareTable td:nth-child(11) {
  min-width: 128px;
}

#compareTable td:nth-child(8) {
  min-width: 120px;
}

#compareTable td:nth-child(9) {
  min-width: 144px;
}

#compareTable {
  width: 100% !important;
  min-width: max-content !important;
}

#compareTable td,
.spec-sticky-head-table--compare th {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.spec-sticky-head-table--compare th {
  font-size: 10px !important;
  letter-spacing: .035em !important;
  line-height: 1.15 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compare-heading-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1.08;
  white-space: nowrap;
}

.spec-heading-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1.08;
  white-space: nowrap;
}

#compareTable td {
  font-size: 13px !important;
}

#mainTable > thead,
#compareTable > thead {
  display: none;
}

thead th {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .085), rgba(0, 140, 100, .055)),
    rgba(8, 18, 19, .88) !important;
  color: rgba(145, 177, 193, .86) !important;
  border-bottom-color: rgba(255, 255, 255, .08) !important;
}

thead th:hover {
  color: #fff !important;
}

thead th.sort-asc::after,
thead th.sort-desc::after {
  color: #00c8a0 !important;
}

thead th.grp-stp {
  border-top-color: #00c8a0 !important;
}

thead th.grp-ecn {
  border-top-color: rgba(255, 255, 255, .45) !important;
}

thead th.grp-prem {
  border-top-color: #ff4b0f !important;
}

tbody tr {
  border-bottom-color: rgba(255, 255, 255, .055) !important;
}

#mainTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .055), rgba(0, 140, 100, .035)),
    rgba(8, 18, 19, .58) !important;
  border-left: 1px solid rgba(0, 210, 180, .055);
  border-right: 1px solid rgba(0, 140, 100, .04);
}

tbody tr:hover td {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .10), rgba(0, 140, 100, .06)),
    rgba(10, 24, 24, .74) !important;
}

td {
  color: rgba(232, 240, 242, .90) !important;
}

@keyframes quoteFlashUp {
  0% {
    box-shadow: inset 0 0 0 999px rgba(0, 224, 143, .34), 0 0 0 rgba(0, 224, 143, 0);
  }
  45% {
    box-shadow: inset 0 0 0 999px rgba(0, 224, 143, .18), 0 0 24px rgba(0, 224, 143, .24);
  }
  100% {
    box-shadow: inset 0 0 0 999px rgba(0, 224, 143, 0), 0 0 0 rgba(0, 224, 143, 0);
  }
}

@keyframes quoteFlashDown {
  0% {
    box-shadow: inset 0 0 0 999px rgba(255, 75, 88, .34), 0 0 0 rgba(255, 75, 88, 0);
  }
  45% {
    box-shadow: inset 0 0 0 999px rgba(255, 75, 88, .18), 0 0 24px rgba(255, 75, 88, .22);
  }
  100% {
    box-shadow: inset 0 0 0 999px rgba(255, 75, 88, 0), 0 0 0 rgba(255, 75, 88, 0);
  }
}

#mainTable tbody td.quote-flash-up,
#compareTable tbody td.quote-flash-up {
  animation: quoteFlashUp 1.05s ease-out;
}

#mainTable tbody td.quote-flash-down,
#compareTable tbody td.quote-flash-down {
  animation: quoteFlashDown 1.05s ease-out;
}

td.desc {
  color: rgba(196, 214, 222, .76) !important;
}

td.symbol {
  color: #fff !important;
}

.bid,
.best-spread {
  color: #00e08f !important;
}

.ask,
.worst-spread {
  color: #ff5b5f !important;
}

#compareLegend {
  display: none !important;
}

.spread {
  background: rgba(255, 255, 255, .075) !important;
  color: #fff !important;
}

.category-badge,
.commission-badge {
  background: rgba(255, 255, 255, .07) !important;
  color: rgba(210, 226, 234, .78) !important;
}

tr.cat-group-header td {
  background: rgba(20, 26, 31, .82) !important;
  color: #64a5ff !important;
  border-top-color: rgba(255, 255, 255, .08) !important;
}

tr.cat-expand-row td {
  background: rgba(5, 10, 13, .65) !important;
}

.spec-sticky-head-table--compare th {
  text-align: center;
  vertical-align: middle;
}

.spec-sticky-head-table--compare thead tr:first-child th:first-child {
  text-align: left;
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .06), rgba(0, 140, 100, .035)),
    rgba(8, 18, 19, .90) !important;
}

.spec-sticky-head-table--compare thead tr:first-child th:nth-child(2),
.spec-sticky-head-table--compare th.grp-stp {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .15), rgba(0, 140, 100, .08)),
    rgba(8, 22, 20, .90) !important;
  color: rgba(176, 244, 229, .98) !important;
  border-color: rgba(0, 210, 180, .18) !important;
}

.spec-sticky-head-table--compare thead tr:first-child th:nth-child(3),
.spec-sticky-head-table--compare th.grp-ecn {
  background:
    linear-gradient(90deg, rgba(218, 230, 236, .12), rgba(140, 156, 166, .07)),
    rgba(16, 21, 24, .92) !important;
  color: rgba(222, 232, 238, .94) !important;
  border-color: rgba(235, 245, 250, .15) !important;
}

.spec-sticky-head-table--compare thead tr:first-child th:nth-child(4),
.spec-sticky-head-table--compare th.grp-prem {
  background:
    linear-gradient(90deg, rgba(255, 75, 15, .16), rgba(255, 138, 42, .075)),
    rgba(25, 15, 11, .92) !important;
  color: rgba(255, 201, 178, .98) !important;
  border-color: rgba(255, 75, 15, .20) !important;
}

#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(2),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(3),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(4) {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .075), rgba(0, 140, 100, .045)),
    rgba(8, 22, 20, .56) !important;
  border-left: 1px solid rgba(0, 210, 180, .08);
  border-right: 1px solid rgba(0, 140, 100, .055);
}

#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(5),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(6),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(7),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(8) {
  background:
    linear-gradient(90deg, rgba(218, 230, 236, .075), rgba(130, 145, 155, .045)),
    rgba(16, 21, 24, .58) !important;
  border-left: 1px solid rgba(235, 245, 250, .07);
  border-right: 1px solid rgba(130, 145, 155, .05);
}

#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(9),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(10),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(11) {
  background:
    linear-gradient(90deg, rgba(255, 75, 15, .09), rgba(255, 138, 42, .045)),
    rgba(25, 15, 11, .58) !important;
  border-left: 1px solid rgba(255, 75, 15, .09);
  border-right: 1px solid rgba(255, 138, 42, .055);
}

#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(n+2) {
  text-align: center;
}

#compareTable tbody tr:hover td:nth-child(2),
#compareTable tbody tr:hover td:nth-child(3),
#compareTable tbody tr:hover td:nth-child(4) {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .13), rgba(0, 140, 100, .075)),
    rgba(10, 28, 25, .74) !important;
}

#compareTable tbody tr:hover td:nth-child(5),
#compareTable tbody tr:hover td:nth-child(6),
#compareTable tbody tr:hover td:nth-child(7),
#compareTable tbody tr:hover td:nth-child(8) {
  background:
    linear-gradient(90deg, rgba(218, 230, 236, .12), rgba(130, 145, 155, .07)),
    rgba(20, 26, 30, .74) !important;
}

#compareTable tbody tr:hover td:nth-child(9),
#compareTable tbody tr:hover td:nth-child(10),
#compareTable tbody tr:hover td:nth-child(11) {
  background:
    linear-gradient(90deg, rgba(255, 75, 15, .14), rgba(255, 138, 42, .07)),
    rgba(31, 17, 12, .74) !important;
}

#compareTable .best-spread,
#compareTable .worst-spread {
  color: rgba(232, 240, 242, .90) !important;
}

th.swapfree-extra-col,
td.swapfree-extra-col {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .085), rgba(0, 140, 100, .055)),
    rgba(8, 18, 19, .76) !important;
  border-left: 1px solid rgba(0, 210, 180, .14);
  border-right: 1px solid rgba(0, 140, 100, .10);
}

th.swapfree-extra-col {
  color: rgba(176, 244, 229, .94) !important;
  box-shadow: inset 0 1px 0 rgba(0, 210, 180, .16), inset 0 -1px 0 rgba(255, 75, 15, .08);
}

tbody tr:hover td.swapfree-extra-col {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .13), rgba(0, 140, 100, .08)),
    rgba(10, 24, 24, .88) !important;
}

.swapfree-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;
  border: 1px solid rgba(0, 210, 180, .26);
  border-radius: 999px;
  background: rgba(0, 210, 180, .10);
  color: #24e0b8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.adminfee-value {
  color: #ffb199;
  font-weight: 800;
}

.adminfee-note {
  color: rgba(255, 177, 153, .72);
  font-size: 11px;
  font-weight: 700;
}

.cat-expand-btn {
  background: rgba(12, 22, 33, .58) !important;
  border-color: rgba(100, 165, 255, .28) !important;
  color: #64a5ff !important;
  box-shadow: 0 0 18px rgba(100, 165, 255, .08);
}

.counter,
.ws-indicator,
.legend {
  color: rgba(145, 177, 193, .62) !important;
}

.ws-indicator {
  display: inline-flex !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: .01em;
}

.ws-indicator.live {
  color: #45f0a0 !important;
  background: transparent !important;
}

.status-dot.connected {
  background: #00e08f !important;
  box-shadow: 0 0 14px rgba(0, 224, 143, .42);
}

.status-dot.connecting {
  background: #ff8a2a !important;
}

.offline-banner {
  background: rgba(100, 34, 7, .92) !important;
  color: #ffd0a8 !important;
}

.main-site-back {
  border-color: rgba(255, 75, 15, .62) !important;
  background: linear-gradient(180deg, rgba(255, 75, 15, .24), rgba(255, 75, 15, .10)) !important;
  box-shadow: 0 0 24px rgba(255, 75, 15, .16) !important;
}

@media (max-width: 1180px) {
  .spec-learn-more {
    min-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .spec-learn-more {
    position: static;
    margin: 10px auto 0;
    transform: none;
  }

  .spec-learn-more:hover {
    transform: translateY(-1px);
  }
}

:root {
  --spec-symbol-col-width: 104px;
  --spec-main-desc-col-width: 260px;
  --spec-compare-desc-col-width: 220px;
  --spec-compare-desc-sticky-width: 244px;
  --spec-compare-desc-sticky-left: -24px;
  --spec-compare-left-fill-width: -32px;
}

.spec-sticky-head-wrap {
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

#mainTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(1),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) thead tr:last-child th:nth-child(1) {
  position: sticky !important;
  left: 0;
  z-index: 28 !important;
  width: var(--spec-symbol-col-width) !important;
  min-width: var(--spec-symbol-col-width) !important;
  max-width: var(--spec-symbol-col-width) !important;
  background:
    linear-gradient(90deg, rgba(5, 10, 13, .98), rgba(7, 17, 18, .96)),
    #050a0d !important;
  box-shadow: 1px 0 0 rgba(255, 255, 255, .055);
}

#mainTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(2),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) thead tr:last-child th:nth-child(2) {
  position: sticky !important;
  left: var(--spec-symbol-col-width);
  z-index: 27 !important;
  width: var(--spec-main-desc-col-width) !important;
  min-width: var(--spec-main-desc-col-width) !important;
  max-width: var(--spec-main-desc-col-width) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  background:
    linear-gradient(90deg, rgba(6, 13, 15, .98), rgba(7, 18, 19, .94)),
    #061012 !important;
  box-shadow: 10px 0 18px rgba(0, 0, 0, .22), 1px 0 0 rgba(255, 255, 255, .045);
}

#mainTable tbody tr:not(.cat-group-header):not(.cat-expand-row):hover td:nth-child(1),
#mainTable tbody tr:not(.cat-group-header):not(.cat-expand-row):hover td:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .10), rgba(0, 140, 100, .06)),
    rgba(9, 22, 23, .96) !important;
}

#mainTable tbody tr.cat-group-header td.main-sticky-meta-cell,
#mainTable tbody tr.cat-expand-row td.main-sticky-meta-cell {
  position: sticky !important;
  left: 0;
  z-index: 58 !important;
  width: calc(var(--spec-symbol-col-width) + var(--spec-main-desc-col-width)) !important;
  min-width: calc(var(--spec-symbol-col-width) + var(--spec-main-desc-col-width)) !important;
  max-width: calc(var(--spec-symbol-col-width) + var(--spec-main-desc-col-width)) !important;
  overflow: hidden;
  text-align: left !important;
  text-overflow: ellipsis;
  box-shadow:
    -36px 0 0 #050a0d,
    12px 0 18px rgba(0, 0, 0, .28),
    1px 0 0 rgba(255, 255, 255, .055);
}

#mainTable tbody tr.cat-group-header td.main-sticky-meta-cell {
  background:
    linear-gradient(90deg, rgba(14, 23, 29, .995), rgba(15, 29, 32, .975)),
    #0e171d !important;
  box-shadow:
    -36px 0 0 #0e171d,
    12px 0 18px rgba(0, 0, 0, .28),
    1px 0 0 rgba(255, 255, 255, .055);
}

#mainTable tbody tr.cat-expand-row td.main-sticky-meta-cell {
  background:
    linear-gradient(90deg, rgba(5, 10, 13, .995), rgba(7, 16, 17, .98)),
    #050a0d !important;
}

#mainTable tbody tr.cat-group-header td.main-meta-fill,
#mainTable tbody tr.cat-expand-row td.main-meta-fill {
  background:
    linear-gradient(90deg, rgba(4, 9, 11, .98), rgba(7, 18, 19, .92)),
    #050a0d !important;
  border-bottom: 1px solid rgba(255, 255, 255, .035);
  color: transparent !important;
}

#mainTable tbody tr.cat-group-header td.main-meta-fill {
  background:
    linear-gradient(90deg, rgba(18, 25, 30, .92), rgba(16, 27, 31, .88)),
    #12191e !important;
}

#mainTable td:nth-child(3),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(3) {
  min-width: 124px !important;
}

#mainTable td:nth-child(4),
#mainTable td:nth-child(5),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(4),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(5) {
  min-width: 112px !important;
}

#mainTable td:nth-child(6),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(6) {
  min-width: 128px !important;
}

#mainTable td:nth-child(7),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(7) {
  min-width: 150px !important;
}

#mainTable td:nth-child(8),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(8) {
  min-width: 138px !important;
}

#mainTable td:nth-child(9),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(9) {
  min-width: 150px !important;
}

#mainTable td:nth-child(10),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(10) {
  min-width: 136px !important;
}

#mainTable td:nth-child(11),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(11) {
  min-width: 84px !important;
}

#mainTable td:nth-child(12),
#mainTable td:nth-child(13),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(12),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(13) {
  min-width: 94px !important;
}

#mainTable td:nth-child(14),
#mainTable td:nth-child(15),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(14),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(15) {
  min-width: 164px !important;
}

#mainTable td:nth-child(16),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(16) {
  min-width: 188px !important;
}

#mainTable td:nth-child(17),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(17) {
  min-width: 194px !important;
}

#mainTable td:nth-child(18),
.spec-sticky-head-table:not(.spec-sticky-head-table--compare) th:nth-child(18) {
  min-width: 108px !important;
}

#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(1),
.spec-sticky-head-table--compare thead tr:first-child th:first-child {
  position: sticky !important;
  left: var(--spec-compare-desc-sticky-left);
  z-index: 60 !important;
  width: var(--spec-compare-desc-sticky-width) !important;
  min-width: var(--spec-compare-desc-sticky-width) !important;
  max-width: var(--spec-compare-desc-sticky-width) !important;
  padding-left: 29px !important;
  overflow: hidden;
  text-align: left !important;
  text-overflow: ellipsis;
  background:
    linear-gradient(90deg, rgba(5, 10, 13, .99), rgba(7, 16, 17, .96)),
    #050a0d !important;
  box-shadow:
    var(--spec-compare-left-fill-width) 0 0 #050a0d,
    12px 0 18px rgba(0, 0, 0, .24),
    1px 0 0 rgba(255, 255, 255, .05);
}

#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row):hover td:nth-child(1) {
  background:
    linear-gradient(90deg, rgba(0, 210, 180, .08), rgba(0, 140, 100, .04)),
    rgba(8, 19, 20, .98) !important;
}

#compareTable tbody tr.cat-group-header td.compare-sticky-meta-cell,
#compareTable tbody tr.cat-expand-row td.compare-sticky-meta-cell {
  position: sticky !important;
  left: var(--spec-compare-desc-sticky-left);
  z-index: 62 !important;
  width: var(--spec-compare-desc-sticky-width) !important;
  min-width: var(--spec-compare-desc-sticky-width) !important;
  max-width: var(--spec-compare-desc-sticky-width) !important;
  padding-left: 29px !important;
  overflow: hidden;
  text-align: left !important;
  text-overflow: ellipsis;
  background:
    linear-gradient(90deg, rgba(5, 10, 13, .995), rgba(7, 16, 17, .985)),
    #050a0d !important;
  box-shadow:
    var(--spec-compare-left-fill-width) 0 0 #050a0d,
    12px 0 18px rgba(0, 0, 0, .30),
    1px 0 0 rgba(255, 255, 255, .055);
}

#compareTable tbody tr.cat-group-header td.compare-sticky-meta-cell {
  background:
    linear-gradient(90deg, rgba(13, 21, 26, .995), rgba(14, 25, 29, .98)),
    #0d1519 !important;
  box-shadow:
    var(--spec-compare-left-fill-width) 0 0 #0d1519,
    12px 0 18px rgba(0, 0, 0, .30),
    1px 0 0 rgba(255, 255, 255, .055);
}

#compareTable tbody tr.cat-expand-row td.compare-sticky-meta-cell {
  background:
    linear-gradient(90deg, rgba(5, 10, 13, .99), rgba(7, 16, 17, .975)),
    #050a0d !important;
  box-shadow:
    var(--spec-compare-left-fill-width) 0 0 #050a0d,
    12px 0 18px rgba(0, 0, 0, .30),
    1px 0 0 rgba(255, 255, 255, .055);
}

#compareTable tbody tr.cat-group-header td.compare-meta-fill,
#compareTable tbody tr.cat-expand-row td.compare-meta-fill {
  background:
    linear-gradient(90deg, rgba(4, 9, 11, .98), rgba(7, 18, 19, .92)),
    #050a0d !important;
  border-bottom: 1px solid rgba(255, 255, 255, .035);
  color: transparent !important;
}

#compareTable tbody tr.cat-group-header td.compare-meta-fill {
  background:
    linear-gradient(90deg, rgba(18, 25, 30, .92), rgba(16, 27, 31, .88)),
    #12191e !important;
}

#compareTable td:nth-child(1) {
  min-width: var(--spec-compare-desc-col-width) !important;
}

#compareTable td:nth-child(2),
#compareTable td:nth-child(5),
#compareTable td:nth-child(9),
#compareTable td:nth-child(12) {
  min-width: 92px !important;
}

#compareTable td:nth-child(3),
#compareTable td:nth-child(6),
#compareTable td:nth-child(10),
#compareTable td:nth-child(13) {
  min-width: 74px !important;
}

#compareTable td:nth-child(4),
#compareTable td:nth-child(7),
#compareTable td:nth-child(11),
#compareTable td:nth-child(14) {
  min-width: 94px !important;
}

#compareTable td:nth-child(15) {
  min-width: 102px !important;
}

#compareTable td:nth-child(8) {
  min-width: 92px !important;
}

#compareTable td:nth-child(5) {
  min-width: 98px !important;
}

#compareTable td:nth-child(9) {
  min-width: 100px !important;
}

#compareTable td:nth-child(12) {
  min-width: 102px !important;
}

.spec-sticky-head-table--compare thead tr:first-child th:nth-child(5),
.spec-sticky-head-table--compare thead tr:nth-child(2) th:nth-child(11),
.spec-sticky-head-table--compare thead tr:nth-child(2) th:nth-child(12),
.spec-sticky-head-table--compare thead tr:nth-child(2) th:nth-child(13),
.spec-sticky-head-table--compare thead tr:nth-child(2) th:nth-child(14) {
  background:
    linear-gradient(90deg, rgba(0, 120, 210, .13), rgba(0, 210, 180, .055)),
    rgba(9, 18, 24, .92) !important;
  color: rgba(190, 235, 245, .96) !important;
  border-color: rgba(0, 160, 210, .16) !important;
}

#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(12),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(13),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(14),
#compareTable tbody tr:not(.cat-group-header):not(.cat-expand-row) td:nth-child(15) {
  background:
    linear-gradient(90deg, rgba(0, 120, 210, .075), rgba(0, 210, 180, .04)),
    rgba(9, 18, 24, .58) !important;
  border-left: 1px solid rgba(0, 160, 210, .07);
  border-right: 1px solid rgba(0, 210, 180, .05);
  text-align: center;
}

#compareTable tbody tr:hover td:nth-child(12),
#compareTable tbody tr:hover td:nth-child(13),
#compareTable tbody tr:hover td:nth-child(14),
#compareTable tbody tr:hover td:nth-child(15) {
  background:
    linear-gradient(90deg, rgba(0, 120, 210, .12), rgba(0, 210, 180, .065)),
    rgba(10, 24, 28, .74) !important;
}

#mainTable tbody tr.cat-group-header td.main-meta-fill,
#mainTable tbody tr.cat-expand-row td.main-meta-fill {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

