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

html {
  font-family: "Raleway";
  font-size: 16px;
  overscroll-behavior: none;
}

body {
  background: url("https://goldbet.ams3.cdn.digitaloceanspaces.com/graphic/main_bg.svg")
    no-repeat center/cover;
}

.main {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  color: #fff;
  padding: 16px;
}

.logo {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.content {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#lottie-animation {
  width: 150px;
  height: 150px;
}

.title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.title span {
  color: #f4fd2b;
}

.subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.process {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #272f50;
  background: #14182f;
  padding: 16px;
  display: grid;
  gap: 16px;
}

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

.process__item-text {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.process__item-progress {
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--Windows-Accent, #272f50);
  background: var(--Backgrounds-Dark, #0e0f20);
  width: 100%;
  max-width: 235px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.process__item-progress--cell {
  width: 15px;
  height: 20px;
  border-radius: 4px;
  opacity: 0.3;
  background: #9199ff;
}

.process__item-progress--cell.active {
  opacity: 1;
}

.refresh-page-btn {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #0f0f0f;
  border: none;
  background-color: #f4fd2b;
  padding: 14px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.refresh-page-btn:hover {
  background-color: #d7df34;
}

.safe-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #50ff8b;
}

.corner-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.corner-buttons .live-chat-btn {
  border: none;
  cursor: pointer;
  background: #8726ff;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 24px;

  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #fff;
}

.corner-buttons .telegram-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.corner-buttons .telegram-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 480px) {
  .title {
    font-size: 20px;
  }

  .subtitle {
    font-size: 15px;
  }

  .process__item-text {
    font-size: 15px;
  }

  .process__item-progress {
    max-width: 191px;
  }

  .refresh-page-btn {
    width: 100%;
  }

  .corner-buttons .live-chat-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }

  .corner-buttons .live-chat-btn span {
    display: none;
  }
}

@media (max-width: 360px) {
  .logo {
    top: 16px;
  }

  .process__item-progress {
    max-width: 150px;
  }

  #lottie-animation {
    width: 100px;
    height: 100px;
  }
}
