body { font-family: Arial, sans-serif; margin: 20px; }
.hidden { display: none; }
#auth-panel, #app-panel { max-width: 900px; }
#auth-panel {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 380px;
}
#login-form {
  display: grid;
  gap: 8px;
}
#login-form input {
  padding: 8px;
}
#login-status, #status {
  margin-top: 10px;
  color: #444;
}
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#search-form { margin-bottom: 10px; }
#results .result { margin-bottom: 12px; padding: 8px; border: 1px solid #ddd; border-radius: 4px; }
pre { white-space: pre-wrap; }
