/* Minimal polish that doesn't rely on Tailwind build */

/* Smooth theme transitions for bg/text */
html, body, .transition-colors {
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  }
  
  /* Subtle scrollbar */
  * { scrollbar-width: thin; scrollbar-color: rgba(148,163,184,.5) transparent; }
  *::-webkit-scrollbar{ height: 8px; width: 8px; }
  *::-webkit-scrollbar-thumb{ background: rgba(148,163,184,.5); border-radius: 8px; }

  pre#rawJson { white-space: pre-wrap; word-wrap: break-word; }
code#okUrl, code#errUrl { white-space: pre-wrap; word-break: break-all; }
  