html {
  min-height: 100%;
  background: #03101a;
}

body {
  min-height: 100%;
  overscroll-behavior-y: none;
  -webkit-tap-highlight-color: transparent;
}

.atlasWebBannerV1 {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(62, 190, 239, .34);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(8, 42, 61, .96), rgba(4, 25, 39, .96));
  box-shadow: 0 15px 36px rgba(0, 0, 0, .18);
}

.atlasWebBannerHeadV1 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.atlasWebBannerHeadV1 > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #4fd2ff;
  background: radial-gradient(circle, rgba(79, 210, 255, .28), rgba(15, 74, 103, .18));
  border: 1px solid rgba(79, 210, 255, .45);
  box-shadow: 0 0 24px rgba(79, 210, 255, .2);
}

.atlasWebBannerHeadV1 b,
.atlasWebBannerHeadV1 small {
  display: block;
}

.atlasWebBannerHeadV1 b {
  color: #ecf9ff;
  font-size: 16px;
}

.atlasWebBannerHeadV1 small {
  margin-top: 3px;
  color: #83c8e4;
}

.atlasWebBannerV1 > p {
  margin: 13px 0;
  color: #a9bdca;
  line-height: 1.5;
}

.atlasWebInstallV1 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
  padding: 12px;
  border-radius: 15px;
  background: rgba(41, 145, 187, .13);
  color: #c9dce7;
}

.atlasWebInstallV1 span {
  font-size: 13px;
  line-height: 1.45;
}

.atlasWebInstallV1 button {
  border: 1px solid #44c7f3;
  border-radius: 12px;
  background: #2db4e5;
  color: #03121b;
  padding: 10px 12px;
  font: inherit;
  font-weight: 900;
}

.atlasWebConnectionV1 {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px;
  color: #d6e6ee;
}

.atlasWebConnectionV1 > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efb14a;
  box-shadow: 0 0 12px rgba(239, 177, 74, .42);
}

.atlasWebConnectionV1 > span.online {
  background: #47dc9b;
  box-shadow: 0 0 12px rgba(71, 220, 155, .42);
}

.atlasWebConnectionV1 b {
  font-size: 13px;
}

.atlasWebConnectionV1 small {
  color: #829dab;
  justify-self: end;
  text-align: right;
}

.atlasWebReminderNoteV1 {
  margin-top: 12px !important;
  padding: 11px 12px;
  border-radius: 13px;
  background: rgba(38, 136, 178, .13);
  color: #b8d5e2 !important;
}

@media (display-mode: standalone) {
  body {
    padding-top: env(safe-area-inset-top);
  }

  .jarvisTopbarV19 {
    top: env(safe-area-inset-top);
  }
}

@media (max-width: 640px) {
  .atlasWebInstallV1 {
    grid-template-columns: 1fr;
  }

  .atlasWebInstallV1 button {
    width: 100%;
  }

  .atlasWebConnectionV1 {
    grid-template-columns: auto 1fr;
  }

  .atlasWebConnectionV1 small {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
    padding-left: 18px;
  }
}
