html.gc-guard body :not(input):not(textarea):not(pre):not(code) {
  -webkit-user-select: none;
  user-select: none;
}
html.gc-guard input,
html.gc-guard textarea,
html.gc-guard pre,
html.gc-guard code,
html.gc-guard [contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}
html.gc-blur-content body {
  filter: blur(8px);
}
