* {
  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;
}

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

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

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

._1 {
  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;
}

._1: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;
}

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

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

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

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

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

._g {
  padding: 40px 20px;
}

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

._f {
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

._0 {
  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;
}

._0:hover {
  opacity: 0.9;
}

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

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

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

._t {
  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;
  }
}

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

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

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

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

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

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

._mm {
  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;
}

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

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

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

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

._im {
  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;
}

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

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

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

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

._im.active ._1m {
  transform: rotate(180deg);
}

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

._4m {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._6 {
    padding: 10px 0;
  }

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

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

  ._1 {
    display: none;
  }

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

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

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

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

  ._g {
    padding: 30px 20px;
  }

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

  ._f {
    align-self: center;
  }

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

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

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

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

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

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

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

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

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

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

  ._r {
    width: 100%;
  }

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

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

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

  ._v {
    font-size: 11px;
  }

  ._mm {
    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;
  }

  ._8m {
    padding: 40px 20px;
  }

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

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

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

  ._5m {
    display: none;
  }

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

  ._pm ._4m {
    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%;
  }

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

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

  ._lm {
    padding: 30px 0;
  }

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

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

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

  ._7m {
    display: none;
  }

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


  ._e {
    font-size: 14px;
  }

  ._u {
    font-size: 13px;
  }

  ._s {
    font-size: 16px;
  }

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