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

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

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

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

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

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

._z {
  background-color: #86EFAC;
  color: #18181d;
  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;
}

._z:hover {
  opacity: 0.9;
}

button {
  background-color: #86EFAC;
  color: #18181d;
  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;
}

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

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

._v {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

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

._1 {
  padding: 40px 20px;
}

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

._h {
  flex-shrink: 0;
}

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

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

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

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

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

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

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

._u {
  background-color: rgba(134, 239, 172, 0.2);
  color: #86EFAC;
}

.badge-mayhem {
  background-color: rgba(134, 239, 172, 0.2);
  color: #86EFAC;
}

._t {
  background-color: rgba(134, 239, 172, 0.2);
  color: #86EFAC;
}

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

._3 {
  background-color: #2a2a2d;
  color: #ffffff;
  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: background-color 0.2s;
  width: fit-content;
}

._3:hover {
  background-color: #353538;
}

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

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

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

._7 {
  width: 100%;
  height: 8px;
  background-color: #2a2a2d;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

._w {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #86EFAC 0%, #14F195 50%, #86EFAC 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;
  }
}

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

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

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

._9 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #86EFAC;
}

._g {
  width: 8px;
  height: 8px;
  background-color: #86EFAC;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

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

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

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

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

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

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

._fs {
  background-color: #18181B;
  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;
}

._fs:hover {
  background-color: #1f1f22;
}

._fs.active {
  background-color: rgba(134, 239, 172, 0.1);
  border-color: rgba(134, 239, 172, 0.3);
}

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

._zs {
  color: #86EFAC;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

._fs.active ._zs {
  transform: rotate(180deg);
}

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

._es {
  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: #18181B;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

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

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

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

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

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

._es li:before {
  content: "•";
  color: #86EFAC;
  position: absolute;
  left: 0;
}

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

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

._4s {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

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

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

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

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

._ms:hover {
  color: #86EFAC;
}

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

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

  ._q {
    padding: 10px 0;
  }

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

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

  ._z {
    display: none;
  }

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

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

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

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

  ._1 {
    padding: 30px 20px;
  }

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

  ._h {
    align-self: center;
  }

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

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

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

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

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

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

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

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

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

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

  ._7 {
    width: 100%;
  }

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

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

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

  ._9 {
    font-size: 11px;
  }

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

  .feed-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    background-color: #1a1a1d;
    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: #86EFAC;
    white-space: nowrap;
    flex-shrink: 0;
    order: 2;
  }

  ._cs {
    padding: 40px 20px;
  }

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

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

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

  ._vs {
    display: none;
  }

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

  ._8s ._es {
    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: #1a1a1d;
    border-radius: 0 0 12px 12px;
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    width: 100%;
  }

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

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

  ._bs {
    padding: 30px 0;
  }

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

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

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

  ._as {
    display: none;
  }

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


  ._l {
    font-size: 14px;
  }

  ._0 {
    font-size: 13px;
  }

  ._i {
    font-size: 16px;
  }

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