/* ==========================================
   MASALAH LOGIN DAN SOLUSI QQSLOT88
========================================== */

.qq-login-help {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 8vw, 120px) 0;
  background:
    radial-gradient(
      circle at 13% 27%,
      rgba(21, 151, 255, 0.13),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 70%,
      rgba(7, 87, 217, 0.14),
      transparent 31%
    ),
    linear-gradient(
      148deg,
      #020817 0%,
      #061126 50%,
      #071a38 100%
    );
}

.qq-login-help::before,
.qq-login-help::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.35),
      transparent
    );
}

.qq-login-help::before {
  top: 0;
}

.qq-login-help::after {
  bottom: 0;
}

.qq-login-help__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.qq-login-help__grid {
  position: absolute;
  inset: 0;
  opacity: 0.21;
  background-image:
    linear-gradient(
      rgba(70, 184, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(70, 184, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 60px 60px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
}

.qq-login-help__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
}

.qq-login-help__glow--left {
  top: 8%;
  left: -270px;
  width: 590px;
  height: 590px;
  border: 1px solid rgba(70, 184, 255, 0.09);
  background: rgba(7, 87, 217, 0.055);
}

.qq-login-help__glow--right {
  right: -290px;
  bottom: 2%;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(70, 184, 255, 0.08);
  background: rgba(21, 151, 255, 0.055);
}

.qq-login-help__container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* Header */

.qq-login-help__header {
  max-width: 850px;
  margin: 0 auto clamp(44px, 5vw, 70px);
  text-align: center;
}

.qq-login-help__eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 19px;
  color: #bce7ff;
  border: 1px solid rgba(70, 184, 255, 0.22);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.09);
  font-size: 0.71rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qq-login-help__title {
  margin: 0;
  color: #f5faff;
  font-size: clamp(2.15rem, 4.3vw, 3.8rem);
  font-weight: 850;
  line-height: 1.09;
  letter-spacing: -0.046em;
  text-wrap: balance;
}

.qq-login-help__title span {
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #7fd7ff,
      #1597ff 48%,
      #65c8ff
    );
  background-clip: text;
  -webkit-background-clip: text;
}

.qq-login-help__description {
  max-width: 800px;
  margin: 22px auto 0;
  color: #9eb5cc;
  font-size: 1rem;
  line-height: 1.85;
}

.qq-login-help__description strong {
  color: #dff1ff;
}

/* Main Layout */

.qq-login-help__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.06fr)
    minmax(350px, 0.94fr);
  align-items: center;
  gap: clamp(35px, 6vw, 78px);
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid rgba(103, 188, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(21, 151, 255, 0.16),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      rgba(10, 32, 67, 0.94),
      rgba(3, 15, 35, 0.96)
    );
  box-shadow:
    0 35px 90px rgba(0, 6, 24, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* Main Content */

.qq-login-help__content-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.qq-login-help__content-label {
  color: #5fc3ff;
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qq-login-help__status {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: #b7d5e9;
  border: 1px solid rgba(70, 184, 255, 0.14);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.06);
  font-size: 0.67rem;
  font-weight: 700;
}

.qq-login-help__status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39d49a;
  box-shadow: 0 0 12px rgba(57, 212, 154, 0.7);
}

.qq-login-help__content h3 {
  margin: 0;
  color: #eff8ff;
  font-size: clamp(1.65rem, 2.9vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.qq-login-help__content > p {
  margin: 19px 0 0;
  color: #98b0c7;
  line-height: 1.8;
}

/* Diagnostic */

.qq-login-help__diagnostic {
  padding: 21px;
  margin-top: 27px;
  border: 1px solid rgba(103, 188, 255, 0.14);
  border-radius: 18px;
  background: rgba(21, 151, 255, 0.05);
}

.qq-login-help__diagnostic-header {
  display: flex;
  align-items: center;
  gap: 13px;
}

.qq-login-help__diagnostic-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  color: #55c0ff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 12px;
  background: rgba(21, 151, 255, 0.08);
}

.qq-login-help__diagnostic-icon svg {
  width: 21px;
  height: 21px;
}

.qq-login-help__diagnostic-header > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.qq-login-help__diagnostic-header strong {
  color: #e5f2fc;
  font-size: 0.84rem;
}

.qq-login-help__diagnostic-header small {
  color: #829bb3;
  font-size: 0.69rem;
}

.qq-login-help__diagnostic-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 18px;
}

.qq-login-help__diagnostic-list > span {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  color: #a6bdd0;
  border: 1px solid rgba(103, 188, 255, 0.1);
  border-radius: 11px;
  background: rgba(4, 17, 39, 0.45);
  font-size: 0.7rem;
  font-weight: 680;
}

.qq-login-help__diagnostic-list i {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  color: #59c2ff;
  border-radius: 8px;
  background: rgba(21, 151, 255, 0.1);
  font-size: 0.57rem;
  font-style: normal;
  font-weight: 800;
}

/* Actions */

.qq-login-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.qq-login-help__button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 0.8rem;
  font-weight: 760;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.qq-login-help__button:hover {
  transform: translateY(-2px);
}

.qq-login-help__button svg {
  width: 17px;
  height: 17px;
}

.qq-login-help__button--primary {
  color: #ffffff;
  border-color: rgba(98, 200, 255, 0.35);
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow: 0 13px 30px rgba(8, 120, 249, 0.27);
}

.qq-login-help__button--secondary {
  color: #d7eafa;
  border-color: rgba(104, 180, 255, 0.2);
  background: rgba(10, 31, 65, 0.67);
}

/* Dashboard */

.qq-login-help__dashboard {
  overflow: hidden;
  border: 1px solid rgba(103, 188, 255, 0.21);
  border-radius: 22px;
  background: rgba(3, 15, 35, 0.93);
  box-shadow:
    0 30px 70px rgba(0, 5, 20, 0.46),
    0 0 45px rgba(8, 120, 249, 0.09);
}

.qq-login-help__dashboard-top {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid rgba(103, 188, 255, 0.12);
  background: rgba(10, 31, 63, 0.75);
}

.qq-login-help__dashboard-dots {
  display: flex;
  gap: 6px;
}

.qq-login-help__dashboard-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(119, 190, 255, 0.34);
}

.qq-login-help__dashboard-top small {
  color: #7690a9;
  font-size: 0.62rem;
  font-weight: 700;
}

.qq-login-help__dashboard-body {
  padding: 25px;
}

.qq-login-help__dashboard-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.qq-login-help__dashboard-heading span {
  color: #748da8;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.qq-login-help__dashboard-heading strong {
  color: #e7f4ff;
  font-size: 1rem;
}

.qq-login-help__dashboard-status {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  margin-top: 20px;
  border: 1px solid rgba(70, 184, 255, 0.14);
  border-radius: 14px;
  background: rgba(21, 151, 255, 0.065);
}

.qq-login-help__dashboard-pulse {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 11px;
  border-radius: 50%;
  background: #39d49a;
  box-shadow: 0 0 14px rgba(57, 212, 154, 0.7);
}

.qq-login-help__dashboard-pulse::after {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(57, 212, 154, 0.35);
  border-radius: 50%;
}

.qq-login-help__dashboard-status > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.qq-login-help__dashboard-status strong {
  color: #e7f5ff;
  font-size: 0.78rem;
}

.qq-login-help__dashboard-status small {
  color: #7d98b1;
  font-size: 0.64rem;
}

.qq-login-help__dashboard-list {
  display: grid;
  gap: 9px;
  margin-top: 17px;
}

.qq-login-help__dashboard-list > div {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(103, 188, 255, 0.1);
  border-radius: 12px;
  background: rgba(21, 151, 255, 0.04);
}

.qq-login-help__dashboard-letter {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: #ffffff;
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  font-size: 0.68rem;
  font-weight: 800;
}

.qq-login-help__dashboard-list > div > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.qq-login-help__dashboard-list strong {
  color: #daeaf6;
  font-size: 0.73rem;
}

.qq-login-help__dashboard-list small {
  color: #7891aa;
  font-size: 0.61rem;
}

.qq-login-help__dashboard-list b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #6be0b1;
  border: 1px solid rgba(57, 212, 154, 0.17);
  border-radius: 50%;
  background: rgba(57, 212, 154, 0.07);
  font-size: 0.65rem;
}

.qq-login-help__dashboard-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 17px;
  margin-top: 18px;
  border-top: 1px solid rgba(103, 188, 255, 0.1);
}

.qq-login-help__dashboard-note > span {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  place-items: center;
  color: #57bfff;
  border-radius: 9px;
  background: rgba(21, 151, 255, 0.08);
}

.qq-login-help__dashboard-note svg {
  width: 16px;
  height: 16px;
}

.qq-login-help__dashboard-note small {
  color: #8199b0;
  font-size: 0.65rem;
  line-height: 1.55;
}

/* Problem Cards */

.qq-login-help__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.qq-login-help__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(103, 188, 255, 0.14);
  border-radius: 21px;
  background:
    linear-gradient(
      145deg,
      rgba(10, 31, 65, 0.78),
      rgba(4, 17, 39, 0.9)
    );
  box-shadow:
    0 18px 42px rgba(0, 7, 25, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.qq-login-help__card::before {
  position: absolute;
  top: 0;
  right: 15%;
  left: 15%;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.36),
      transparent
    );
}

.qq-login-help__card:hover {
  border-color: rgba(70, 184, 255, 0.33);
  box-shadow:
    0 25px 54px rgba(0, 8, 29, 0.36),
    0 0 35px rgba(8, 120, 249, 0.07);
  transform: translateY(-6px);
}

.qq-login-help__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.qq-login-help__card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #55c0ff;
  border: 1px solid rgba(70, 184, 255, 0.2);
  border-radius: 14px;
  background: rgba(21, 151, 255, 0.09);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.qq-login-help__card:hover .qq-login-help__card-icon {
  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  transform: scale(1.06);
}

.qq-login-help__card-icon svg {
  width: 24px;
  height: 24px;
}

.qq-login-help__card-number {
  color: rgba(111, 183, 247, 0.28);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.qq-login-help__card-content {
  margin-top: 20px;
}

.qq-login-help__card-label {
  display: block;
  margin-bottom: 8px;
  color: #59bfff;
  font-size: 0.65rem;
  font-weight: 770;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.qq-login-help__card h3 {
  margin: 0;
  color: #edf7ff;
  font-size: 1.13rem;
  line-height: 1.35;
}

.qq-login-help__card p {
  margin: 12px 0 0;
  color: #8fa8c1;
  font-size: 0.87rem;
  line-height: 1.7;
}

.qq-login-help__solution {
  padding: 15px;
  margin-top: 18px;
  border: 1px solid rgba(70, 184, 255, 0.11);
  border-radius: 13px;
  background: rgba(21, 151, 255, 0.045);
}

.qq-login-help__solution strong {
  color: #bce4fb;
  font-size: 0.72rem;
}

.qq-login-help__solution ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 11px 0 0;
  list-style: none;
}

.qq-login-help__solution li {
  position: relative;
  padding-left: 17px;
  color: #879fb7;
  font-size: 0.72rem;
  line-height: 1.55;
}

.qq-login-help__solution li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #46b8ff;
  box-shadow: 0 0 8px rgba(70, 184, 255, 0.45);
}

.qq-login-help__card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 18px;
  margin-top: auto;
  color: #6fcaff;
  border-top: 1px solid rgba(103, 188, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 0.25s ease;
}

.qq-login-help__card-link:hover {
  color: #ffffff;
}

.qq-login-help__card-link > span:last-child {
  font-size: 1.05rem;
  transition: transform 0.25s ease;
}

.qq-login-help__card-link:hover > span:last-child {
  transform: translateX(4px);
}

/* Alternative Link */

.qq-login-help__alternative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 23px 26px;
  margin-top: 24px;
  border: 1px solid rgba(103, 188, 255, 0.15);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(21, 151, 255, 0.09),
      rgba(8, 27, 58, 0.72)
    );
}

.qq-login-help__alternative-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.qq-login-help__alternative-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  color: #55c0ff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 12px;
  background: rgba(21, 151, 255, 0.08);
}

.qq-login-help__alternative-icon svg {
  width: 21px;
  height: 21px;
}

.qq-login-help__alternative-content > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.qq-login-help__alternative-content strong {
  color: #e6f3fd;
  font-size: 0.88rem;
}

.qq-login-help__alternative-content small {
  color: #849db6;
  font-size: 0.72rem;
  line-height: 1.55;
}

.qq-login-help__alternative-button {
  display: inline-flex;
  min-height: 45px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  color: #ffffff;
  border: 1px solid rgba(99, 201, 255, 0.32);
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow: 0 11px 25px rgba(8, 120, 249, 0.23);
  font-size: 0.76rem;
  font-weight: 760;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.qq-login-help__alternative-button:hover {
  box-shadow: 0 15px 32px rgba(8, 120, 249, 0.34);
  transform: translateY(-2px);
}

.qq-login-help__alternative-button svg {
  width: 17px;
  height: 17px;
}

/* Bottom Notice */

.qq-login-help__notice {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 23px;
  margin-top: 16px;
  border: 1px solid rgba(103, 188, 255, 0.14);
  border-radius: 17px;
  background: rgba(8, 27, 58, 0.72);
}

.qq-login-help__notice-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  color: #54bfff;
  border: 1px solid rgba(70, 184, 255, 0.17);
  border-radius: 12px;
  background: rgba(21, 151, 255, 0.08);
}

.qq-login-help__notice-icon svg {
  width: 21px;
  height: 21px;
}

.qq-login-help__notice > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.qq-login-help__notice strong {
  color: #e4f1fb;
  font-size: 0.84rem;
}

.qq-login-help__notice small {
  color: #829bb3;
  font-size: 0.71rem;
  line-height: 1.6;
}

/* Focus */

.qq-login-help a:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.38);
  outline-offset: 4px;
}

/* Tablet */

@media (max-width: 1060px) {
  .qq-login-help__layout {
    grid-template-columns: 1fr;
  }

  .qq-login-help__content,
  .qq-login-help__dashboard {
    width: min(100%, 800px);
    margin-inline: auto;
  }

  .qq-login-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 720px) {
  .qq-login-help {
    padding: 68px 0;
  }

  .qq-login-help__container {
    width: min(100% - 28px, 1240px);
  }

  .qq-login-help__header {
    margin-bottom: 38px;
  }

  .qq-login-help__eyebrow {
    min-height: 31px;
    padding-inline: 12px;
    font-size: 0.61rem;
  }

  .qq-login-help__title {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .qq-login-help__description {
    font-size: 0.91rem;
    line-height: 1.75;
  }

  .qq-login-help__layout {
    gap: 31px;
    padding: 23px;
    border-radius: 22px;
  }

  .qq-login-help__content-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .qq-login-help__content h3 {
    font-size: 1.55rem;
  }

  .qq-login-help__content > p {
    font-size: 0.9rem;
  }

  .qq-login-help__diagnostic {
    padding: 17px;
  }

  .qq-login-help__diagnostic-list {
    grid-template-columns: 1fr;
  }

  .qq-login-help__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .qq-login-help__button {
    min-height: 47px;
    padding-inline: 12px;
    font-size: 0.71rem;
  }

  .qq-login-help__dashboard-body {
    padding: 19px;
  }

  .qq-login-help__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .qq-login-help__card {
    padding: 23px;
    border-radius: 18px;
  }

  .qq-login-help__card:hover {
    transform: translateY(-3px);
  }

  .qq-login-help__alternative {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .qq-login-help__alternative-button {
    width: 100%;
  }

  .qq-login-help__notice {
    align-items: flex-start;
    padding: 18px;
  }
}

@media (max-width: 430px) {
  .qq-login-help__actions {
    grid-template-columns: 1fr;
  }

  .qq-login-help__diagnostic-header {
    align-items: flex-start;
  }

  .qq-login-help__dashboard-list > div {
    grid-template-columns: 34px 1fr;
  }

  .qq-login-help__dashboard-list b {
    display: none;
  }

  .qq-login-help__alternative-content {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qq-login-help *,
  .qq-login-help *::before,
  .qq-login-help *::after {
    transition-duration: 0.01ms !important;
  }
}