/* Sakrij Next.js dev badge (N dugme) */
#__next-build-watcher,
[data-nextjs-codeframe],
[data-nextjs-dialog],
[data-nextjs-toast],
[data-nextjs-terminal],
[data-nextjs-container],
[data-nextjs-version-badge],
.__nextjs-development-indicator,
#__next-build-watcher-container,
[id^="__nextjs"],
[id*="nextjs"],
[class^="__nextjs"],
[class*="nextjs"],
[class*="next-"],
[id*="next-"],
div[style*="border-radius:50%"][style*="position:fixed"],
div[style*="border-radius: 50%"][style*="position: fixed"],
div[style*="z-index:2147483647"],
div[style*="z-index: 2147483647"],
div[style*="bottom:10px"][style*="position:fixed"],
div[style*="bottom: 10px"][style*="position: fixed"],
div[style*="bottom:20px"][style*="position:fixed"],
div[style*="bottom: 20px"][style*="position: fixed"],
div[style*="left:10px"][style*="position:fixed"],
div[style*="left: 10px"][style*="position: fixed"],
div[style*="left:20px"][style*="position:fixed"],
div[style*="left: 20px"][style*="position: fixed"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: -9999 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* Target specific common selectors for Next.js badges */
.nextjs-container-build-error,
.nextjs-container-root,
.nextjs-container-errors-header,
.nextjs-container-errors,
.nextjs-toast-errors,
.nextjs-toast-errors-parent {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
