.storage-hint {
  display: inline-block;
  padding: 4px 12px;
  margin-left: 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #8a7968;
  background: transparent;
  transition: background 0.3s;
}
.storage-hint.info { background: #e3f2fd; color: #1565c0; }
.storage-hint.success { background: #e8f5e9; color: #2e7d32; }
.storage-hint.error { background: #ffebee; color: #c62828; }
.storage-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin: 12px 0;
  background: #fdfaf5;
  border: 1px solid #e8dfd0;
  border-radius: 6px;
  font-size: 13px;
  color: #8a7968;
}
.storage-toolbar button {
  background: transparent;
  border: 1px solid #c8b9a4;
  color: #5b4a3f;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.storage-toolbar button:hover { background: #f5ede1; }