.developers-layout {
  grid-template-columns: minmax(300px, max-content) minmax(0px, auto) !important;
}
.developers-layout .developers-page-nav {
  display: none !important;
}
.cx {
  color: #1e2b3a;
  font-size: 14px;
  line-height: 1.4;
}
.cx * {
  box-sizing: border-box;
}
.cx .cx-scroll::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
.cx .cx-scroll::-webkit-scrollbar-thumb {
  background: #c7d0db;
  border-radius: 4px;
}
.cx .cx-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.cx .cx-hero {
  padding: 0 0 20px;
}
.cx .cx-sub {
  font-size: 17px;
  line-height: 1.55;
  color: #52677d;
  margin: 0 0 24px;
  max-width: 690px;
}
.cx .cx-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: white;
  overflow: hidden;
  width: fit-content;
  box-shadow: 0 1px 2px rgba(11, 34, 57, 0.05);
}
.cx .cx-stats .cx-stat {
  padding: 15px 26px;
  border-right: 1px solid #e2e8f0;
  text-align: center;
}
.cx .cx-stats .cx-stat:last-child {
  border-right: none;
}
.cx .cx-stats .cx-stat .cx-stat-num {
  font-weight: 800;
  font-size: 26px;
  color: #444444;
  line-height: 1;
}
.cx .cx-stats .cx-stat .cx-stat-label {
  font-size: 12.5px;
  color: #6b7e92;
  font-weight: 500;
  margin-top: 3px;
}
.cx .cx-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 2px 0 12px;
}
.cx .cx-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cx .cx-search {
  position: relative;
  width: 220px;
}
.cx .cx-search .cx-search-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa9ba;
  font-size: 14px;
}
.cx .cx-search input {
  width: 100%;
  height: 28px;
  padding: 0 12px 0 30px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font: 400 13px inherit;
  color: #1e2b3a;
  outline: none;
  background: #fbfcfe;
}
.cx .cx-seg-toggle {
  display: inline-flex;
  flex: none;
  height: 28px;
  border: 1px solid #d4dbe5;
  border-radius: 2px;
  overflow: hidden;
}
.cx .cx-seg-opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 0;
  border: none;
  background: #eef1f5;
  color: #56697e;
  font: 600 13px inherit;
  cursor: pointer;
  white-space: nowrap;
}
.cx .cx-seg-opt + .cx-seg-opt {
  border-left: 1px solid #d4dbe5;
}
.cx .cx-seg-opt:not(.on):hover {
  background: #e3e8ee;
}
.cx .cx-seg-opt.on {
  background: #1493ff;
  color: white;
}
.cx .cx-dropdown {
  position: relative;
}
.cx .cx-dd-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: 200px;
  background: white;
  border: 1px solid #d4dbe5;
  color: #33455a;
  font: 600 13px inherit;
  height: 28px;
  padding: 0 13px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.cx .cx-dd-btn:hover {
  border-color: #b9c6d6;
}
.cx .cx-dd-btn.on {
  border-color: #1f6feb;
  color: #1f6feb;
}
.cx .cx-dd-btn .cx-dd-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 4px;
  background: #1f6feb;
  color: white;
  font: 700 11px inherit;
}
.cx .cx-dd-btn .cx-dd-caret {
  font-size: 10px;
  opacity: 0.6;
  margin-left: auto;
}
.cx .cx-dd-panel {
  position: absolute;
  z-index: 60;
  top: calc(100% + 6px);
  left: 0;
  width: 350px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 6px 24px rgba(11, 34, 57, 0.14);
  padding: 10px;
  display: none;
}
.cx .cx-dropdown.open .cx-dd-panel {
  display: block;
}
.cx .cx-dd-search {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font: 400 13px inherit;
  color: #1e2b3a;
  outline: none;
  background: #fbfcfe;
  margin-bottom: 8px;
}
.cx .cx-dd-list {
  max-height: 600px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cx .cx-dd-gender .cx-dd-panel {
  width: 200px;
}
.cx .cx-dd-gender .cx-dd-list {
  max-height: none;
}
.cx .cx-dd-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: white;
  color: #3a4a5c;
  font: 500 13px inherit;
  cursor: pointer;
  text-align: left;
}
.cx .cx-dd-option:hover {
  background: #f5f8fc;
}
.cx .cx-dd-option.on {
  background: #eaf1fe;
  color: #1f6feb;
  font-weight: 600;
}
.cx .cx-dd-option .cx-dd-check {
  width: 14px;
  flex: none;
  color: #1f6feb;
  font-size: 12px;
}
.cx .cx-dd-option .cx-dd-opt-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cx .cx-dd-option .cx-dd-opt-count {
  opacity: 0.55;
  font-size: 12px;
}
.cx .cx-dd-empty {
  padding: 12px;
  color: #6b7e92;
  font-size: 13px;
  text-align: center;
}
.cx .cx-results-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 0 2px 14px;
}
.cx .cx-results-head .cx-result-count {
  font-weight: 700;
  font-size: 15px;
  color: #444444;
}
.cx .cx-results-head .cx-result-count span {
  color: #75879b;
  font-weight: 500;
}
.cx .cx-results-head .cx-active-summary {
  font-size: 13px;
  color: #52677d;
  max-width: 620px;
}
.cx .cx-results-head .cx-clear-link {
  font: 600 12.5px inherit;
  color: #1f6feb;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.cx .cx-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: white;
  border: 1px solid #cbd5e2;
  color: #444444;
  font: 600 13px inherit;
  padding: 9px 14px;
  border-radius: 4px;
  cursor: pointer;
}
.cx .cx-btn.cx-btn-share {
  margin-left: auto;
}
.cx .cx-table-wrap {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow-x: auto;
  box-shadow: 0 1px 2px rgba(11, 34, 57, 0.04);
}
.cx .cx-table {
  min-width: 740px;
}
.cx .cx-grid-row {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) minmax(150px, 1.2fr) minmax(160px, 1.3fr) minmax(120px, 1fr);
  align-items: center;
}
.cx .cx-thead {
  background: #f7f9fc;
  border-bottom: 1px solid #e2e8f0;
  font: 700 11px inherit;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7e92;
}
.cx .cx-thead > div {
  padding: 12px;
}
.cx .cx-thead > div:first-child {
  padding-left: 16px;
}
.cx .cx-thead .cx-th {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.cx .cx-thead .cx-th:hover {
  color: #46586c;
}
.cx .cx-thead .cx-th.active {
  color: #1f6feb;
}
.cx .cx-thead .cx-sort-arrow {
  font-size: 9px;
  line-height: 1;
}
.cx .cx-tbody {
  max-height: 640px;
  overflow-y: auto;
}
.cx .cx-row {
  border-bottom: 1px solid #eef1f6;
  transition: background 0.1s;
}
.cx .cx-row:hover {
  background: #f5f8fc;
}
.cx .cx-row > div {
  padding: 11px 12px;
  min-width: 0;
}
.cx .cx-row > div:first-child {
  padding-left: 16px;
}
.cx .cx-row .cx-comp {
  font-weight: 600;
  font-size: 14px;
  color: #142539;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.cx .cx-row .cx-sport {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  font-size: 13.5px;
  color: #3a4a5c;
}
.cx .cx-row .cx-sport-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}
.cx .cx-row .cx-sport-name {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cx .cx-row .cx-country {
  font-size: 13.5px;
  color: #3a4a5c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.cx .cx-row .cx-gender-text {
  font-size: 13.5px;
  color: #3a4a5c;
}
.cx .cx-empty {
  padding: 54px 20px;
  text-align: center;
  color: #75879b;
}
.cx .cx-empty .cx-empty-title {
  font-weight: 700;
  font-size: 16px;
  color: #46586c;
  margin-bottom: 6px;
}
.cx .cx-empty a {
  color: #1f6feb;
  cursor: pointer;
  text-decoration: underline;
}
.cx .cx-cta {
  margin-top: 32px;
  background: #0b2239;
  border-radius: 4px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  color: white;
}
.cx .cx-cta .cx-cta-copy {
  flex: 1;
  min-width: 300px;
}
.cx .cx-cta .cx-cta-title {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.cx .cx-cta .cx-cta-sub {
  font-size: 15px;
  color: #aebccd;
  line-height: 1.5;
  max-width: 560px;
}
.cx .cx-cta .cx-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cx .cx-cta .cx-cta-btn {
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.cx .cx-cta .cx-cta-btn.primary {
  background: #1f6feb;
  color: white;
}
.cx .cx-cta .cx-cta-btn.ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
  font-weight: 600;
}
@media (max-width: 720px) {
  .cx .cx-search {
    width: 100%;
  }
  .cx .cx-stats {
    width: 100%;
    flex-wrap: nowrap;
  }
  .cx .cx-stats .cx-stat {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
  }
  .cx .cx-stats .cx-stat .cx-stat-num {
    font-size: 18px;
  }
  .cx .cx-stats .cx-stat .cx-stat-label {
    font-size: 10.5px;
  }
  .cx .cx-dropdown,
  .cx .cx-dd-btn,
  .cx .cx-dd-panel,
  .cx .cx-dd-gender .cx-dd-panel {
    width: 100%;
  }
  .cx .cx-seg-toggle {
    width: 100%;
  }
  .cx .cx-seg-opt {
    flex: 1;
    width: auto;
  }
}
