.atlas-support-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6e5bf2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.atlas-support-link svg {
  flex-shrink: 0;
}

.atlas-support-link:hover {
  color: #5541cb;
}

.atlas-support-link:focus-visible,
footer a[href="https://t.me/AtlassSupport"]:focus-visible {
  outline: 2px solid #6e5bf2;
  outline-offset: 4px;
}

.atlas-support-contact,
.atlas-support-contact > span {
  display: block;
}

.atlas-support-header-mobile {
  display: none;
}

.atlas-support-menu {
  padding: 8px 0;
}

.atlas-support-public {
  max-width: 1152px;
  margin: 24px auto 44px;
  padding: 0 20px;
}

.atlas-support-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  border: 1px solid #e6e2f4;
  border-radius: 18px;
  background: linear-gradient(110deg, #fff, #f7f5ff);
  box-shadow: 0 4px 20px #1f163a06;
}

.atlas-support-icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #eeeafd;
  color: #6e5bf2;
}

.atlas-support-copy {
  flex: 1;
  min-width: 0;
}

.atlas-support-title {
  color: #211d38;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.atlas-support-description {
  margin-top: 5px;
  color: #79748e;
  font-size: 13px;
  line-height: 1.5;
}

.atlas-support-button {
  flex-shrink: 0;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c68f8, #6050df);
  box-shadow: 0 4px 12px #6e5bf226;
  color: #fff;
  white-space: nowrap;
}

.atlas-support-button:hover {
  color: #fff;
  filter: brightness(1.06);
}

.atlas-support-cabinet {
  margin-bottom: 24px;
}

.atlas-support-sidebar {
  display: flex;
  gap: 10px;
  margin: 15px 18px;
  padding: 15px 12px;
  border-radius: 12px;
  background: #f7f5ff;
  font-size: 13px;
  line-height: 1.6;
}

.atlas-support-login {
  margin-top: 25px;
  padding: 16px 12px;
  border-radius: 12px;
  background: #f7f5ff;
  text-align: center;
}

.atlas-support-login > p {
  margin-bottom: 7px;
  color: #79748e;
  font-size: 13px;
}

.atlas-support-login .atlas-support-link {
  justify-content: center;
}

footer a[href="https://t.me/AtlassSupport"] {
  color: #6e5bf2;
  font-weight: 600;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .atlas-support-header-mobile {
    display: inline-flex;
    gap: 6px;
    margin-left: auto;
    font-size: 12px;
  }

  .atlas-support-header-mobile + button {
    margin-left: 0;
  }

  .atlas-support-card {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
  }

  .atlas-support-card .atlas-support-button {
    width: 100%;
  }

  .atlas-support-title {
    font-size: 16px;
  }

  .atlas-support-sidebar {
    display: none;
  }
}

.atlas-support-email {
  display: block;
  margin-top: 8px;
  color: #6e5bf2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.atlas-support-email:hover {
  color: #5541cb;
}

.atlas-support-email:focus-visible {
  outline: 2px solid #6e5bf2;
  outline-offset: 4px;
}
