/* Intentionally minimal.
   Venturelogix branding is driven by Tailwind tokens in <head>.
   Keep this file for tiny page-specific overrides only. */

.glass { backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.ring-focus:focus { outline: none; box-shadow: 0 0 0 3px rgba(14,165,233,.5); }

/* Output formatting */
.output-box pre { white-space: pre-wrap; word-wrap: break-word; }
.output-box code, .output-box pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}