* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0d0d0d;
  font-family: 'Manrope', sans-serif;
  color: #18181d;
}

._j {
  margin: 0 auto;
  max-width: 1200px;
  overflow-x: hidden;
}

._3 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #111116;
  padding: 12px 0;
}

._x {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
}

._7 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

._q {
  background-color: #5974f0;
  color: #dde1f0;
  font-family: 'Manrope', sans-serif;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

._q:hover {
  opacity: 0.9;
}

button {
  background-color: #5974f0;
  color: #dde1f0;
  font-family: 'Manrope', sans-serif;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}

button:hover {
  opacity: 0.9;
}

._d {
  display: flex;
  gap: 12px;
}

header {
  padding: 40px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

._v {
  width: 32px;
  height: 32px;
  user-select: none;
  pointer-events: none;
}

._s {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

._5 {
  padding: 40px 20px;
}

._6 {
  background-color: #111116;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

._z {
  flex-shrink: 0;
}

._f {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #1a1a25;
  user-select: none;
  pointer-events: none;
}

._a {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._o {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

._w {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

._h {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}

._4 {
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._l {
  background-color: rgba(89, 116, 240, 0.2);
  color: #5974f0;
}

.badge-mayhem {
  background-color: rgba(89, 116, 240, 0.2);
  color: #5974f0;
}

._y {
  background-color: rgba(89, 116, 240, 0.2);
  color: #5974f0;
}

._0 {
  font-size: 16px;
  font-weight: 600;
  color: #a0a0a0;
  text-transform: uppercase;
}

._p {
  background-color: #5974f0;
  color: #dde1f0;
  font-family: 'Manrope', sans-serif;
  border: none;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
  width: fit-content;
}

._p:hover {
  opacity: 0.9;
}

._9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._8 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

._r {
  width: 100%;
  height: 8px;
  background-color: #1a1a25;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

._b {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #5974f0 0%, #2849e4 50%, #5974f0 100%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: gradient-shift 2s linear infinite;
  transition: width 0.3s ease;
}

@keyframes gradient-shift {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

._g {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

._e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._u {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

._1 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #5974f0;
}

._k {
  width: 8px;
  height: 8px;
  background-color: #5974f0;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

._cc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feed-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.feed-address {
  color: #a0a0a0;
  font-weight: 500;
  font-family: monospace;
}

.feed-action {
  color: #6a6a6d;
  font-weight: 400;
}

.feed-earned {
  margin-left: auto;
  color: #a0a0a0;
  font-weight: 500;
}

._ic {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

._jc {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 40px;
}

._3c {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
}

._xc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}

._7c {
  background-color: #111116;
  border-radius: 12px;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
  border: 1px solid transparent;
  width: 100%;
  box-sizing: border-box;
}

body{user-select:none;-webkit-user-select:none;}

._7c:hover {
  background-color: #1a1a25;
}

._7c.active {
  background-color: rgba(89, 116, 240, 0.1);
  border-color: rgba(89, 116, 240, 0.3);
}

._7c span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  flex: 1;
}

._qc {
  color: #5974f0;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

._7c.active ._qc {
  transform: rotate(180deg);
}

._2c {
  position: relative;
  min-height: 300px;
  width: 100%;
  max-width: 100%;
}

._vc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #111116;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

._vc.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

._vc p {
  font-size: 15px;
  line-height: 1.6;
  color: #a0a0a0;
  margin-bottom: 16px;
}

._vc p:last-child {
  margin-bottom: 0;
}

._vc p strong {
  color: #ffffff;
  font-weight: 700;
}

._vc ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

._vc li {
  font-size: 15px;
  line-height: 1.6;
  color: #a0a0a0;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

._vc li:before {
  content: "•";
  color: #5974f0;
  position: absolute;
  left: 0;
}

._dc {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #111116;
  padding: 40px 0;
  margin-top: 60px;
}

._tc {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  gap: 40px;
  flex-wrap: wrap;
}

._mc {
  display: flex;
  align-items: center;
  gap: 5px;
}

._5c {
  width: 32px;
  height: 32px;
  user-select: none;
  pointer-events: none;
}

._6c {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

._oc {
  font-size: 14px;
  color: #a0a0a0;
  margin: 0;
}

._zc {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
}

._fc {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  cursor: pointer;
}

._fc:hover {
  color: #5974f0;
}

._ac {
  color: #6a6a6d;
  font-size: 14px;
}

@media (max-width: 760px) {
  body {
    padding: 0 20px;
  }

  ._3 {
    padding: 10px 0;
  }

  ._x {
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
  }

  ._7 {
    font-size: 12px;
    text-align: center;
  }

  ._q {
    display: none;
  }

  header {
    padding: 30px 20px 20px 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  ._2 {
    justify-content: center;
    width: 100%;
  }

  ._d {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  button {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  ._5 {
    padding: 30px 20px;
  }

  ._6 {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  ._z {
    align-self: center;
  }

  ._f {
    width: 100px;
    height: 100px;
  }

  ._a {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  ._o {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  ._w {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }

  ._n {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  ._h {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  ._0 {
    text-align: center;
    width: 100%;
    display: block;
  }

  ._p {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  ._9 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  ._8 {
    text-align: center;
    width: 100%;
  }

  ._r {
    width: 100%;
  }

  ._g {
    width: 100%;
    text-align: left;
    align-items: flex-start;
    margin-top: 24px;
  }

  ._e {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }

  ._u {
    text-align: left;
    font-size: 16px;
  }

  ._1 {
    font-size: 11px;
  }

  ._cc {
    width: 100%;
    gap: 16px;
  }

  .feed-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    background-color: #121216;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .feed-address {
    font-size: 13px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a0a0a0;
    font-weight: 500;
    font-family: monospace;
  }

  .feed-action {
    display: none;
  }

  .feed-earned {
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    color: #5974f0;
    white-space: nowrap;
    flex-shrink: 0;
    order: 2;
  }

  ._ic {
    padding: 40px 20px;
  }

  ._jc {
    font-size: 24px;
    margin-bottom: 30px;
  }

  ._3c {
    display: block;
    grid-template-columns: none;
    gap: 0;
  }

  ._xc {
    width: 100%;
    gap: 0;
    display: flex;
    flex-direction: column;
  }

  ._2c {
    display: none;
  }

  ._7c {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  ._xc ._vc {
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.5s ease, padding 0.3s ease, margin 0.3s ease;
    margin: 0;
    background-color: #121216;
    border-radius: 0 0 12px 12px;
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    width: 100%;
  }

  ._xc ._vc.active {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  ._7c.active {
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
  }

  ._dc {
    padding: 30px 0;
  }

  ._tc {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 0 20px;
  }

  ._mc {
    width: 100%;
    justify-content: center;
  }

  ._zc {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  ._ac {
    display: none;
  }

  ._oc {
    width: 100%;
    text-align: center;
  }


  ._0 {
    font-size: 14px;
  }

  ._8 {
    font-size: 13px;
  }

  ._u {
    font-size: 16px;
  }

  .payouts-title {
    font-size: 16px;
  }
}

/* DEX Screener–style Metas row (original custom-* classes) */
.custom-mp5mpb {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 12px;
  box-sizing: border-box;
}

.custom-1aipeii {
  position: relative;
  overflow: hidden;
}

.custom-7boy05 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(89, 116, 240, 0.4) transparent;
  -webkit-overflow-scrolling: touch;
}

.custom-7boy05::-webkit-scrollbar {
  height: 6px;
}

.custom-7boy05::-webkit-scrollbar-thumb {
  background: rgba(89, 116, 240, 0.35);
  border-radius: 3px;
}

.chakra-button.custom-gquqkw {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(89, 116, 240, 0.45);
  background: rgba(89, 116, 240, 0.14);
  color: #f0f4ff;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s, opacity 0.15s;
}

.chakra-button.custom-gquqkw:hover {
  background: rgba(89, 116, 240, 0.22);
  border-color: rgba(89, 116, 240, 0.65);
}

.chakra-button.custom-weogop {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid #2a2a38;
  background: #16161f;
  color: #e8e8ed;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s;
}

.chakra-button.custom-weogop:hover {
  background: #1e1e2a;
  border-color: #3a3a4d;
}

.chakra-text.custom-9hpz1u {
  font-size: 1em;
  line-height: 1;
}

.chakra-text.custom-10pty9q {
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.chakra-text.custom-jm1wnh {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #a0a0b0;
  font-size: 12px;
  font-weight: 600;
}

.chakra-text.custom-2mbms9 {
  color: #f0f4ff;
  font-weight: 600;
}

.chakra-icon.custom-13otjrl,
.chakra-icon.custom-1ivkqil {
  flex-shrink: 0;
}

.custom-79elbk {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  z-index: 1;
}

.custom-ie12pj {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(13, 13, 13, 0) 0%, #0d0d0d 85%);
}

@media (max-width: 760px) {
  .custom-mp5mpb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-79elbk {
    width: 40px;
  }
}
