.go6-security-shield {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.08s linear;
}

.go6-security-shield.is-active {
  opacity: 1;
  pointer-events: auto;
}

.go6-security-shield__inner {
  width: 100%;
  height: 100%;
  background: #000;
}

body.go6-shield-active.go6-seed-mode .msgr-auth,
body.go6-shield-active.go6-seed-mode #msgrApp {
  visibility: hidden !important;
}

body.go6-seed-mode .msgr-seed-vault {
  -webkit-app-region: no-drag;
}
body.go6-shield-active .msgr-seed-canvas,
body.go6-shield-active #msgrSeedVault {
  visibility: hidden !important;
}

body.go6-seed-mode {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

@media print {
  body.go6-seed-mode * {
    visibility: hidden !important;
  }

  body.go6-seed-mode::before {
    content: "";
    position: fixed;
    inset: 0;
    background: #000;
    visibility: visible !important;
  }
}

.msgr-seed-vault {
  position: relative;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #000;
  overflow: hidden;
}

.msgr-seed-canvas {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 8px;
  background: #000;
  pointer-events: none;
  touch-action: none;
}

.msgr-seed-vault__hint {
  margin: 10px 0 0;
  color: #737373;
  font-size: 11px;
  text-align: center;
}

.go6-sensitive-zone {
  -webkit-user-select: none;
  user-select: none;
}

#msgrSeedVault.go6-sensitive-zone,
.msgr-seed-vault.go6-sensitive-zone {
  -webkit-user-select: none;
  user-select: none;
}

.go6-lock-screen {
  position: fixed;
  inset: 0;
  z-index: 2147483640;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(24px, env(safe-area-inset-top, 0px)) max(20px, env(safe-area-inset-right, 0px))
    max(24px, env(safe-area-inset-bottom, 0px)) max(20px, env(safe-area-inset-left, 0px));
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.go6-lock-screen[hidden] {
  display: none !important;
}

body.go6-lock-active .msgr-topbar,
body.go6-lock-active .msgr-app,
body.go6-lock-active .cosmos-bg {
  visibility: hidden;
}

.go6-lock-card {
  box-sizing: border-box;
  width: min(360px, 100%);
  max-width: 100%;
  padding: 28px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: #0a0a0a;
  text-align: center;
  overflow: hidden;
}

.go6-lock-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fafafa;
}

.go6-lock-card__lead {
  margin: 0 0 20px;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 1.5;
}

.go6-lock-card p {
  margin: 0 0 18px;
  color: #a3a3a3;
  font-size: 13px;
  line-height: 1.5;
}

.go6-lock-pin {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: #050505;
  color: #fff;
  font: inherit;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-align: center;
}

.go6-lock-pin::placeholder {
  color: #525252;
  letter-spacing: 0.22em;
}

.go6-lock-pin:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.28);
}

.go6-lock-submit {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: #fafafa;
  color: #0a0a0a;
  font: inherit;
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
}

.go6-lock-submit:hover {
  background: #fff;
}

.go6-lock-error {
  margin: 0 0 12px;
  color: #fca5a5;
  font-size: 13px;
  line-height: 1.4;
}

html.go6-hardened {
  -webkit-tap-highlight-color: transparent;
}

html.go6-hardened img {
  -webkit-user-drag: none;
  user-drag: none;
}

.go6-offline-badge {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 9999;
  transform: translateX(-50%);
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
}

.go6-offline-badge[hidden] {
  display: none !important;
}
