/*            FwX: MAIN             */
/* Todos os direitos são reservados */
/*    https://unun.app/copyright    */

html:not(.fwx) {
  background-color: #12121a !important;
  pointer-events: none !important;
}
html:not(.fwx)::after {
  content: attr(content, "UnUn Studios") !important;
  background-color: #12121a !important;
  justify-content: center !important;
  font-family: sans-serif !important;
  pointer-events: none !important;
  letter-spacing: 2px !important;
  align-items: center !important;
  font-weight: 1000 !important;
  font-size: 24px !important;
  position: fixed !important;
  z-index: 999999 !important;
  display: flex !important;
  color: white !important;
  inset: 0 !important;
}
html *:not([data-fwx]) {
  pointer-events: none !important;
  display: none !important;
}
[data-fwx][debug], [data-fwx][debugg] {
  box-sizing: border-box;
  position: relative;
}
[data-fwx][debug]::before, [data-fwx][debugg]::after {
  background-image:
    linear-gradient(to right, rgba(30, 144, 255, 0.25) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(30, 144, 255, 0.25) 1px, transparent 1px);
  border: 1px solid rgba(30, 144, 255, 0.25);
  background-size: 10px 10px;
  pointer-events: none;
  position: absolute;
  content: "";
  inset: 0;
}
[data-fwx][debug]::before {
  z-index: -1;
}
[data-fwx][debugg]::after {
  z-index: 1;
}
html[data-fwx][data-origin="https://unun.app"][data-copyright="https://unun.app/copyright"] > body[data-fwx] i[data-fwx].icon {
  height: 1.1em !important;
  width: 1.1em !important;
  color: black;
}
html[data-fwx][data-origin="https://unun.app"][data-copyright="https://unun.app/copyright"] > body[data-fwx] i[data-fwx].icon::after {
  -webkit-mask-image: var(--icon, url("https://cdn.unun.app/image/unun/icon/black.png")) !important;
  mask-image: var(--icon, url("https://cdn.unun.app/image/unun/icon/black.png")) !important;
  -webkit-mask-repeat: no-repeat !important;
  background-color: currentcolor !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  aspect-ratio: 1 / 1 !important;
  mask-size: contain !important;
  content: "....." !important;
  inset: 0 !important;

}
html[data-fwx][data-origin="https://unun.app"][data-copyright="https://unun.app/copyright"] > body[data-fwx] div[data-fwx].console > pre[data-fwx]#fwxConsole > span[data-fwx].fwx { color: violet; }
html[data-fwx][data-origin="https://unun.app"][data-copyright="https://unun.app/copyright"] > body[data-fwx] div[data-fwx].console > pre[data-fwx]#fwxConsole > span[data-fwx].info { color: lightskyblue; }
html[data-fwx][data-origin="https://unun.app"][data-copyright="https://unun.app/copyright"] > body[data-fwx] div[data-fwx].console > pre[data-fwx]#fwxConsole > span[data-fwx].success { color: lightgreen; }
html[data-fwx][data-origin="https://unun.app"][data-copyright="https://unun.app/copyright"] > body[data-fwx] div[data-fwx].console > pre[data-fwx]#fwxConsole > span[data-fwx].warn { color: palegoldenrod; }
html[data-fwx][data-origin="https://unun.app"][data-copyright="https://unun.app/copyright"] > body[data-fwx] div[data-fwx].console > pre[data-fwx]#fwxConsole > span[data-fwx].error { color: lightcoral; }

/* Todos os direitos são reservados */
/*    https://unun.app/copyright    */