body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea,
select,
[contenteditable=""],
[contenteditable="true"],
[data-allow-copy] {
  -webkit-user-select: text !important;
  user-select: text !important;
}

img,
video,
canvas,
svg {
  -webkit-user-drag: none;
  user-drag: none;
}

html.br-security-locked,
html.br-security-locked body {
  overflow: hidden !important;
}

.br-security-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 15, 28, 0.94);
  color: #f8fafc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.br-security-overlay__box {
  width: min(460px, 100%);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  padding: 24px;
  text-align: center;
}

.br-security-overlay__box b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.br-security-overlay__box span {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}

.br-app-loading-fallback {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: 24px;
  background: #030b17;
  color: #edf2f7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.br-app-loading-fallback__box {
  display: grid;
  width: min(460px, 100%);
  gap: 8px;
  border: 1px solid #1a2a40;
  border-radius: 8px;
  background: #0d1726;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  padding: 24px;
  text-align: center;
}

.br-app-loading-fallback__box strong {
  font-size: 18px;
}

.br-app-loading-fallback__box span {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}

.br-app-loading-fallback--no-js {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
}
