/* Fallback compiled CSS for the app layout.
   Ensures Bootstrap styles are available when no org-specific CSS is configured. */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

/* Minimal custom tweaks (safe defaults) */
html, body { height: 100%; }
.logo { max-height: 60px; height: auto; }
.modal-body { word-wrap: break-word; }