* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: white;
  background-color: rgb(19 14 31);
  overflow-x: hidden;
  font-family: __Inter_36bd41, __Inter_Fallback_36bd41;
  font-style: normal;
  background-image: url("./img/hero-bg-desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
header {
  background: rgba(19, 14, 31, 0.25);
  backdrop-filter: blur(10px); /* 背景模糊 */
  -webkit-backdrop-filter: blur(10px);
  padding: 1.25rem 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 111111;
}

header > div {
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}
.logo {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
}
.logo span {
  margin-left: 6px;
}
.menu {
  display: flex;
  gap: 15px;
}
.menu button {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 16px;
}

.hero {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10rem;
  min-height: 1200px;
  position: relative;
  font-size: 64px;
  font-weight: 700;
}
.hero .img {
  --tw-translate-x: -50%;
  position: absolute;
  top: 100px;
  left: calc(50% - 600px);
  /* left: 100xp; */
}

.hero p {
  background-image: linear-gradient(90deg, #f15b33, #fd810e 39.86%);
  color: transparent;
  background-clip: text;
}
.hero .buttons {
  display: flex;
  justify-content: center;
}
.hero .buttons button {
  line-height: 56px;
  margin: 10px;
  padding: 0 20px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.hero .buttons .launch {
  background-color: #6e44ff;
  color: white;
  border: none;
}
.hero .buttons .explore {
  display: flex;
  color: white;

  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.12);
}
.hero .buttons .explore img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.hero .contentImg {
  margin-top: -200px;
  width: 100%;
  -webkit-mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.hero .contentImg img {
  width: 100%;
  height: auto;
}
.illustration {
  width: 1200px;
  margin: 0 auto;
}
.illustration .top {
  text-align: center;
}
.illustration .top span {
  line-height: 80px;
  font-size: 3rem;
  font-weight: 700;
}
.illustration .top p {
  margin: 20px 0 60px;
  line-height: 1.75rem;
  font-size: 1.25rem;
  color: hsla(0, 0%, 100%, 0.75);
}
.illustration ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.illustration ul div {
  border-radius: 50%;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 40px;
}
.illustration .content {
  display: flex;
  width: 1050px;
  margin: 50px auto;
  justify-content: space-between;
}
.illustration .content .left {
  max-width: 640px;
  text-align: center;
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  border-radius: 1rem;
  padding: 56px;
  background-color: hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 548px;
  justify-content: space-between;
}
.illustration .content .left .img {
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
}
.illustration .content .left p {
  line-height: 34px;
  font-size: 28px;
  /* margi */
  font-weight: 600;
}
.illustration .content .left span {
  color: #aab0b5;
}
.illustration .content .left ol {
  background-color: rgb(113 63 255);
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.illustration .content .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.illustration .content .right > div {
  max-width: 400px;
  border-radius: 1rem;
  height: 266px;
  padding: 24px 32px 32px;
  background-color: hsla(0, 0%, 100%, 0.06);
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.illustration .content .right > div .img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.newProduct {
  display: flex;
  margin-top: 120px;
}
.newProduct > div {
  width: 50%;
}
.input-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

input {
  height: 67px;
  border-radius: 9999px;
  padding: 20px;
  border: none;
  outline: none;
  line-height: 19px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  background-color: hsla(0, 0%, 100%, 0.06);
}

button.btn {
  padding: 1.1rem 2rem;
  border-radius: 999px;
  border: none;
  background-color: rgb(113 63 255);
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute;
  right: 10px;
  top: 8px;
}

button.btn:hover {
  background-color: #e06500;
}
.newProduct .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newProduct .right .new {
  /* display: inline-block; */
  align-self: flex-start;
  padding: 4px 10px;
  font-size: 0.875rem;
  border-radius: 99999px;
  background-color: rgb(245 64 7);
}
.newProduct .right p {
  line-height: 48px;
  font-size: 3rem;
  font-weight: 700;
}
.newProduct .right span {
  opacity: 0.7;
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.dynamic .ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; /* 间距 */
}
.dynamic .ul .list {
  /* height: 200px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(33% - 20px); /* 每个卡片占用三分之一宽度 */
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #4d4d4d;
  border-radius: 1rem;
  padding: 2rem;
}
.dynamic .ul .list .img {
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: rgba(250, 120, 25, 0.1);
}
.dynamic .ul .list p {
  line-height: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0;
}
.dynamic .ul .list p span {
  background-color: rgb(250 120 25);
  font-size: 0.875rem;
  border-radius: 9999px;
  padding: 5px 10px;
}
.dynamic .ul .list .text {
  color: hsla(0, 0%, 100%, 0.75);
  opacity: 0.7;
}
.dynamic p {
  line-height: 60px;
  text-align: center;
  margin: 90px 0 60px;
  font-size: 3rem;
  font-weight: 700;
}
.Ongoing .contents {
  display: flex;
  gap: 20px;
}
.Ongoing .contents > div {
  display: flex;
  padding: 32px;
  border-radius: 1rem;
  border: 1px solid #4d4d4d;
}
.Ongoing .contents .left img {
  width: 110px;
  height: 136px;
}
.Ongoing .contents > div .p1 {
  line-height: 44px;
  font-size: 1.5rem;
}
.Ongoing .contents > div .p2 {
  font-size: 1rem;
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 1.5rem;
  opacity: 0.7;
}
.Ongoing .contents > div .p2 {
  display: flex;
  line-height: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.Ongoing .contents .right {
  justify-content: space-between;
  flex-direction: column;
}
.Ongoing .contents .left > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.PPP {
  padding-top: 120px;
  background: url("./img/sticker.svg");
  background-repeat: no-repeat;
  background-position: 50% 50px;
}
body {
  font-family: Arial, sans-serif;
  background-color: #1e1e2f;
  color: #fff;
  margin: 0;
  padding: 0;
}

.carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
}

.carousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.card {
  background-color: #2c2c44;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.avatar {
  background-color: #6c6c8a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}

.name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.description {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.65;
  color: #ccc;
  line-height: 1.5rem;
}

.controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.main-container .contentw {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  border-radius: 1.5rem;
  background-color: rgb(67 81 231);
  padding: .75rem;
}

.left-side {
  width: 50%;
  padding: 20px;
}

.left-side h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.left-side p {
  font-size: 16px;
  line-height: 1.6;
}

.discord-btn {
  background-color: #fff;
  border: none;
  color: rgb(67 81 231);
  font-weight: bold;
  padding: 15px 20px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 99999px;
  display: inline-flex;
  align-items: center;
}

.discord-btn img {
  margin-right: 10px;
  width: 20px;
}

.right-side {
  width: 45%;
  border-color:rgb(90 102 234 / var(--tw-border-opacity));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);border-width: 3px;
}



.chat-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.chat-box {
  background-color: #2c2f44;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.message {
  margin-bottom: 15px;
}

.message.bot {
  background-color: #2f3136;
  padding: 15px;
  border-radius: 8px;
}

.message p {
  font-size: 14px;
  color: #ccc;
}

.login-btn button {
  width: 100%;
  padding: 12px;
  background-color: #7289da;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.footer .leftSide img{
  width: 40px;
}
.footer .leftSide  p{
  margin-top: 30px;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 50px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .35);
}
.rightSide{
  display: flex;
  gap:50px;
}
.footer-links {
  width: 30%;
}

.footer-links h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: hsla(0, 0%, 100%, .35);
  text-decoration: none;
  font-size: 14px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}
.audit-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  font-size: 16px;
  color: #888;
}

.audit-text {
  margin-right: 10px;
  font-weight: bold;
}

.audit-logos {
  display: flex;
  gap: 30px;
}

.audit-logos img {
  height: 16px;  /* 你可以根据需要调整大小 */
  width: auto;
}
.mobile {
  display: none;
}
/* 弹框样式 */
.popup {
  display: none; /* 初始时隐藏弹框 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: #7734d34a;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.confirm-btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(116deg, rgb(98, 83, 225), rgb(4, 190, 254));
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}